diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 09:20:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 09:20:38 +0000 |
commit | 3f88620733ada264505ffa7b527145481af7d2ef (patch) | |
tree | 172cccf27a226f2ad89fa96d78535a3b0bf46d02 /protocols/AimOscar/src/aim.h | |
parent | e63908912809cd6aeeeb2d068da562c227cbd3a9 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/aim.h')
-rw-r--r-- | protocols/AimOscar/src/aim.h | 11 |
1 files changed, 5 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>. #ifndef AIM_H
#define AIM_H
-#include <m_stdhdr.h>
-
//System includes
#include <windows.h>
-#include <vssym32.h>
#include <fcntl.h>
#include <io.h>
#include <richedit.h>
#include <sys/stat.h>
#include <time.h>
+#include <malloc.h>
//Miranda NG includes
+#include <msapi\vssym32.h>
#include <newpluginapi.h>
#include <m_avatars.h>
#include <m_button.h>
@@ -47,13 +46,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_protomod.h>
#include <m_userinfo.h>
#include <m_icolib.h>
-#include <m_system_cpp.h>
#include <m_imgsrvc.h>
#include <win2k.h>
#include <m_extraicons.h>
+#include <m_protoint.h>
-#include "m_folders.h"
-#include "m_assocmgr.h"
+#include <m_folders.h>
+#include <m_assocmgr.h>
//rest of includes
#include "avatars.h"
|