From d087c0b8cc5361f230761e27b0d685d3acb6ae71 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Feb 2017 18:09:31 +0300 Subject: fix for include duplicates & recursions --- protocols/IcqOscarJ/src/icq_proto.h | 2 +- protocols/IcqOscarJ/src/stdafx.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/IcqOscarJ') 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 #include #include -#include #include #include #include -- cgit v1.2.3