summary refs log tree commit diff stats
path: root/plugins/xtray/xtray.cpp
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-30 02:22:38 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-30 02:22:38 +0100
commitab3e3926abce49f0741edf90a1300d4cdcc79670 (patch)
tree624b1b58f01c2a6695dfb21044f80537ab47350e /plugins/xtray/xtray.cpp
parente2fa2d47872d8d3111996e9d3d96b326fd316904 (diff)
use global xchat-plugin.h for xtray
Diffstat (limited to 'plugins/xtray/xtray.cpp')
-rw-r--r--plugins/xtray/xtray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xtray/xtray.cpp b/plugins/xtray/xtray.cpp
index a7c8c8bd..33ce125f 100644
--- a/plugins/xtray/xtray.cpp
+++ b/plugins/xtray/xtray.cpp
@@ -22,14 +22,14 @@
 #include <list>

 #include <string>

 #include <shobjidl.h>

+

+#include "xchat-plugin.h"

 #include "resource.h"

 #include "callbacks.h"

-#include "plugin.h"

 #include "utility.h"

 #include "xtray.h"

 #include "sdTray.h"

 #include "sdAlerts.h"

-#include "plugin.h"

 

 /*****************************************************/

 /**** Don't want to pollute the namespace do we? *****/