diff options
Diffstat (limited to 'tipper/common.h')
-rw-r--r-- | tipper/common.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tipper/common.h b/tipper/common.h index 91beb49..5d8be21 100644 --- a/tipper/common.h +++ b/tipper/common.h @@ -33,6 +33,7 @@ #include <process.h>
#include <commctrl.h>
#include <stddef.h>
+#include <stdio.h>
#include <win2k.h>
#include <newpluginapi.h>
@@ -46,9 +47,8 @@ #include <m_clui.h>
#include <m_clist.h>
#include <m_clc.h>
-#include "m_cluiframes.h"
+#include <m_cluiframes.h>
#include <m_awaymsg.h>
-#include <stdio.h>
#include <m_utils.h>
#include <m_protocols.h>
#include <m_protosvc.h>
@@ -56,10 +56,10 @@ #include <m_contacts.h>
#include <m_popup.h>
-
-#include "m_updater.h"
#include <m_fontservice.h>
#include <m_avatars.h>
+
+#include "m_updater.h"
#include "m_variables.h"
#include "m_notify.h"
@@ -69,7 +69,6 @@ #include "m_metacontacts.h"
#include <m_icq.h>
-#include "m_ersatz.h"
#include <m_imgsrvc.h>
#define MODULE "Tipper"
|