diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 02:22:38 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 02:22:38 +0100 |
commit | ab3e3926abce49f0741edf90a1300d4cdcc79670 (patch) | |
tree | 624b1b58f01c2a6695dfb21044f80537ab47350e /plugins/xtray/callbacks.cpp | |
parent | e2fa2d47872d8d3111996e9d3d96b326fd316904 (diff) |
use global xchat-plugin.h for xtray
Diffstat (limited to 'plugins/xtray/callbacks.cpp')
-rw-r--r-- | plugins/xtray/callbacks.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/xtray/callbacks.cpp b/plugins/xtray/callbacks.cpp index 443cb05d..1b7f452f 100644 --- a/plugins/xtray/callbacks.cpp +++ b/plugins/xtray/callbacks.cpp @@ -22,8 +22,9 @@ #include <stdio.h> #include <commctrl.h> #include <tchar.h> + +#include "xchat-plugin.h" #include "utility.h" -#include "plugin.h" #include "xtray.h" #include "xchat.h" #include "callbacks.h" |