summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-14 18:09:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-14 18:09:31 +0300
commitd087c0b8cc5361f230761e27b0d685d3acb6ae71 (patch)
treefe6a1b5729d7ba11dd3ff1356498583007e13cce /protocols/IcqOscarJ
parentb8e0ee2bea6aac0a1bdf43575585ed78263bbe16 (diff)
fix for include duplicates & recursions
Diffstat (limited to 'protocols/IcqOscarJ')
-rw-r--r--protocols/IcqOscarJ/src/icq_proto.h2
-rw-r--r--protocols/IcqOscarJ/src/stdafx.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h
index 09e273793c..e0a61c1611 100644
--- a/protocols/IcqOscarJ/src/icq_proto.h
+++ b/protocols/IcqOscarJ/src/icq_proto.h
@@ -30,7 +30,7 @@
#ifndef _ICQ_PROTO_H_
#define _ICQ_PROTO_H_
-#include "m_system_cpp.h"
+#include "m_system.h"
#include "m_protoint.h"
#define LISTSIZE 100
diff --git a/protocols/IcqOscarJ/src/stdafx.h b/protocols/IcqOscarJ/src/stdafx.h
index 16a2b5b21a..293352a46a 100644
--- a/protocols/IcqOscarJ/src/stdafx.h
+++ b/protocols/IcqOscarJ/src/stdafx.h
@@ -65,7 +65,6 @@
#include <m_protosvc.h>
#include <m_options.h>
#include <m_system.h>
-#include <m_system_cpp.h>
#include <m_userinfo.h>
#include <m_utils.h>
#include <m_idle.h>