diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-06 13:38:41 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-06 13:38:41 +0000 |
commit | 2754b2fba973e2b613ec5ecce1b549450d67acc9 (patch) | |
tree | a68b881569ba5de6fc6b25d8d091eec7bfdf2ecc /tipper/common.h | |
parent | 254c4ff94589346623a9617eee1ae02505b3423f (diff) |
Added support for accounts
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@529 4f64403b-2f21-0410-a795-97e2b3489a10
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"
|