diff options
Diffstat (limited to 'protocols/JabberG/jabber_xstatus.cpp')
-rw-r--r-- | protocols/JabberG/jabber_xstatus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/jabber_xstatus.cpp b/protocols/JabberG/jabber_xstatus.cpp index 70101cccc2..f49a7f7c3d 100644 --- a/protocols/JabberG/jabber_xstatus.cpp +++ b/protocols/JabberG/jabber_xstatus.cpp @@ -34,9 +34,9 @@ Last change by : $Author: Michael.Kunz@s2005.TU-Chemnitz.de $ #include <m_cluiframes.h>
-#include "sdk/m_proto_listeningto.h"
+#include "m_proto_listeningto.h"
#include "sdk/m_skin_eng.h"
-#include "sdk/m_extraicons.h"
+#include "m_extraicons.h"
///////////////////////////////////////////////////////////////////////////////
// Simple dialog with timer and ok/cancel buttons
|