summaryrefslogtreecommitdiff
path: root/tipper/common.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 15:42:01 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 15:42:01 +0000
commitba2f55ddc45ea29cce65ad1bfcc178da9684141f (patch)
treec5506eebe88d743deab6958793d5b82dcd17723b /tipper/common.h
parente2b56bc9c06c95e14d25750caa70e24dfbb0e7b1 (diff)
x64 portability
Fixed breaking hook chain on clist infotips git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@438 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/common.h')
-rw-r--r--tipper/common.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tipper/common.h b/tipper/common.h
index 0a442d6..d6986e5 100644
--- a/tipper/common.h
+++ b/tipper/common.h
@@ -51,7 +51,7 @@
#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>
@@ -62,19 +62,19 @@
#include <m_popup.h>
-#include <m_updater.h>
+#include "m_updater.h"
#include <m_fontservice.h>
#include <m_avatars.h>
-#include <m_variables.h>
+#include "m_variables.h"
-#include <m_notify.h>
+#include "m_notify.h"
-#include <m_smr.h>
+#include "m_smr.h"
-#include <m_metacontacts.h>
+#include "m_metacontacts.h"
#include <m_icq.h>
-#include <m_ersatz.h>
+#include "m_ersatz.h"
#include <m_imgsrvc.h>
#define MODULE "Tipper"