From 3f88620733ada264505ffa7b527145481af7d2ef Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 18 Mar 2013 09:20:38 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@4086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/src/aim.cpp | 2 +- protocols/AimOscar/src/aim.h | 11 +++++------ protocols/AimOscar/src/flap.h | 2 -- protocols/AimOscar/src/proto.h | 2 -- protocols/AimOscar/src/tlv.h | 2 -- 5 files changed, 6 insertions(+), 13 deletions(-) (limited to 'protocols/AimOscar/src') diff --git a/protocols/AimOscar/src/aim.cpp b/protocols/AimOscar/src/aim.cpp index 4af78fae52..27f991e5a9 100644 --- a/protocols/AimOscar/src/aim.cpp +++ b/protocols/AimOscar/src/aim.cpp @@ -56,7 +56,7 @@ static const PLUGININFOEX pluginInfo = __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {3750A5A3-BF0D-490e-B65D-41AC4D29AEB3} + // {3750A5A3-BF0D-490E-B65D-41AC4D29AEB3} {0x3750a5a3, 0xbf0d, 0x490e, {0xb6, 0x5d, 0x41, 0xac, 0x4d, 0x29, 0xae, 0xb3}} }; diff --git a/protocols/AimOscar/src/aim.h b/protocols/AimOscar/src/aim.h index bec457f51a..c05129e385 100644 --- a/protocols/AimOscar/src/aim.h +++ b/protocols/AimOscar/src/aim.h @@ -19,18 +19,17 @@ along with this program. If not, see . #ifndef AIM_H #define AIM_H -#include - //System includes #include -#include #include #include #include #include #include +#include //Miranda NG includes +#include #include #include #include @@ -47,13 +46,13 @@ along with this program. If not, see . #include #include #include -#include #include #include #include +#include -#include "m_folders.h" -#include "m_assocmgr.h" +#include +#include //rest of includes #include "avatars.h" diff --git a/protocols/AimOscar/src/flap.h b/protocols/AimOscar/src/flap.h index ad31616ed2..190d668537 100644 --- a/protocols/AimOscar/src/flap.h +++ b/protocols/AimOscar/src/flap.h @@ -18,8 +18,6 @@ along with this program. If not, see . #ifndef FLAP_H #define FLAP_H -#include "packets.h" - #define FLAP_SIZE 6 class FLAP diff --git a/protocols/AimOscar/src/proto.h b/protocols/AimOscar/src/proto.h index f72938e6f3..27cec08d83 100644 --- a/protocols/AimOscar/src/proto.h +++ b/protocols/AimOscar/src/proto.h @@ -19,8 +19,6 @@ along with this program. If not, see . #ifndef _AIM_PROTO_H_ #define _AIM_PROTO_H_ -#include "m_protoint.h" - struct CAimProto; typedef void ( __cdecl CAimProto::*AimThreadFunc )( void* ); typedef int ( __cdecl CAimProto::*AimEventFunc )( WPARAM, LPARAM ); diff --git a/protocols/AimOscar/src/tlv.h b/protocols/AimOscar/src/tlv.h index 8656453b7b..1522650b65 100644 --- a/protocols/AimOscar/src/tlv.h +++ b/protocols/AimOscar/src/tlv.h @@ -19,8 +19,6 @@ along with this program. If not, see . #ifndef TLV_H #define TLV_H -#include "packets.h" - #define TLV_HEADER_SIZE 4 class TLV -- cgit v1.2.3