diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-11 20:54:31 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-11 20:54:31 +0000 |
commit | abd477730033805f713ae13f0cabab1040b43367 (patch) | |
tree | a0712f1c4cddfcb98cf6ad083f9b58d97dafaf70 /tipper/common.h | |
parent | 6b7b2beb5c302331cc4e2f484ff4098719b11cc4 (diff) |
Removed unneeded dependencies
Cleaned-up headers
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@531 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/common.h')
-rw-r--r-- | tipper/common.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/tipper/common.h b/tipper/common.h index 5d8be21..7bdb607 100644 --- a/tipper/common.h +++ b/tipper/common.h @@ -30,10 +30,11 @@ #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
-#include <process.h>
#include <commctrl.h>
+#include <commdlg.h>
+
#include <stddef.h>
-#include <stdio.h>
+#include <time.h>
#include <win2k.h>
#include <newpluginapi.h>
@@ -58,19 +59,14 @@ #include <m_popup.h>
#include <m_fontservice.h>
#include <m_avatars.h>
+#include <m_icq.h>
+#include <m_imgsrvc.h>
#include "m_updater.h"
#include "m_variables.h"
-
#include "m_notify.h"
-
-#include "m_smr.h"
-
#include "m_metacontacts.h"
-#include <m_icq.h>
-#include <m_imgsrvc.h>
-
#define MODULE "Tipper"
extern HMODULE hInst;
|