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/MSN/src | |
parent | b8e0ee2bea6aac0a1bdf43575585ed78263bbe16 (diff) |
fix for include duplicates & recursions
Diffstat (limited to 'protocols/MSN/src')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 633b842f78..bc2b4cad1e 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -47,7 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_protoint.h>
#include <m_skin.h>
#include <m_system.h>
-#include <m_system_cpp.h>
#include <m_userinfo.h>
#include <m_utils.h>
#include <win2k.h>
|