diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-14 18:09:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-14 18:09:31 +0300 |
commit | d087c0b8cc5361f230761e27b0d685d3acb6ae71 (patch) | |
tree | fe6a1b5729d7ba11dd3ff1356498583007e13cce /protocols/Twitter/src/stdafx.h | |
parent | b8e0ee2bea6aac0a1bdf43575585ed78263bbe16 (diff) |
fix for include duplicates & recursions
Diffstat (limited to 'protocols/Twitter/src/stdafx.h')
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index bd46045ca8..ce46f463da 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -34,7 +34,7 @@ typedef std::basic_string<wchar_t> wstring; #pragma warning(push)
# pragma warning(disable:4312)
-#include <m_system_cpp.h>
+#include <m_system.h>
#include <newpluginapi.h>
#include <m_avatars.h>
#include <m_button.h>
@@ -53,7 +53,6 @@ typedef std::basic_string<wchar_t> wstring; #include <m_protoint.h>
#include <m_skin.h>
#include <statusmodes.h>
-#include <m_system.h>
#include <m_userinfo.h>
#include <m_icolib.h>
#include <m_utils.h>
|