diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 19:55:24 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 19:55:24 +0000 |
commit | 61cb82fd9acb227ddf2fda423f2af701c5724b3c (patch) | |
tree | c5fdd4e95e93b271e3f0ad78052f41f61022e586 /protocols/AimOscar/src | |
parent | ec9781d65c453b78607712043a10a55ca7f9980a (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src')
-rw-r--r-- | protocols/AimOscar/src/aim.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/protocols/AimOscar/src/aim.h b/protocols/AimOscar/src/aim.h index 8ce9e5c64d..7312b5ffc0 100644 --- a/protocols/AimOscar/src/aim.h +++ b/protocols/AimOscar/src/aim.h @@ -27,27 +27,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <windows.h>
#include <vssym32.h>
-#include <ctype.h>
#include <fcntl.h>
#include <io.h>
-#include <prsht.h>
#include <richedit.h>
#include <sys/stat.h>
#include <time.h>
-//Miranda IM includes
-#ifdef _MSC_VER
-#pragma warning( disable: 4100 )
-#endif
-
+//Miranda NG includes
#include <newpluginapi.h>
#include <m_avatars.h>
#include <m_button.h>
#include <m_chat.h>
-#include <m_clc.h>
-#include <m_clist.h>
#include <m_clistint.h>
-#include <m_clui.h>
#include <m_database.h>
#include <m_history.h>
#include <m_idle.h>
@@ -59,18 +50,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_protocols.h>
#include <m_protomod.h>
#include <m_protosvc.h>
-#include <m_skin.h>
-#include <statusmodes.h>
#include <m_system.h>
#include <m_userinfo.h>
#include <m_addcontact.h>
#include <m_icolib.h>
-#include <m_utils.h>
#include <m_system_cpp.h>
#include <m_imgsrvc.h>
#include <win2k.h>
-#include <m_genmenu.h>
-#include <m_cluiframes.h>
#include <m_extraicons.h>
#include "m_folders.h"
|