diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 19:19:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 19:19:14 +0300 |
commit | e45e2f1683f984ec5ef05c0b4ffff87ee0405f43 (patch) | |
tree | a2440baf78c8ec3ec7d6f8095ef3f4e3e7ab8ad0 /protocols/MRA | |
parent | 0637ba6920b7e7b3ef2b8fd8450d90262ac77649 (diff) |
code cleaning
Diffstat (limited to 'protocols/MRA')
-rw-r--r-- | protocols/MRA/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/stdafx.h b/protocols/MRA/src/stdafx.h index df92980ad9..2e7594abef 100644 --- a/protocols/MRA/src/stdafx.h +++ b/protocols/MRA/src/stdafx.h @@ -23,7 +23,7 @@ #include <newpluginapi.h>
#include <m_system.h>
#include <m_protocols.h>
-#include <m_clist.h>
+#include <m_clistint.h>
#include <m_cluiframes.h>
#include <m_genmenu.h>
#include <m_ignore.h>
|