diff options
| author | 2016-10-28 16:06:33 -0400 | |
|---|---|---|
| committer | 2016-10-28 17:24:29 -0400 | |
| commit | 96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228 (patch) | |
| tree | 228f94cd41fa95d6ff52d5fd660d542ab5f6d7f8 /src/modules/socketspy | |
| parent | update po{t}s and pos, specify package name and version in po{t}s (diff) | |
| download | KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.gz KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.bz2 KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.zip | |
Cleanup included files
Diffstat (limited to 'src/modules/socketspy')
| -rw-r--r-- | src/modules/socketspy/SocketSpyWindow.cpp | 1 | ||||
| -rw-r--r-- | src/modules/socketspy/SocketSpyWindow.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/socketspy/SocketSpyWindow.cpp b/src/modules/socketspy/SocketSpyWindow.cpp index 47edbd4a0..03df1b107 100644 --- a/src/modules/socketspy/SocketSpyWindow.cpp +++ b/src/modules/socketspy/SocketSpyWindow.cpp @@ -31,6 +31,7 @@ #include "KviLocale.h" #include "KviConsoleWindow.h" +#include <QString> #include <unordered_set> extern std::unordered_set<SocketSpyWindow *> g_pSocketSpyWindowList; diff --git a/src/modules/socketspy/SocketSpyWindow.h b/src/modules/socketspy/SocketSpyWindow.h index 0201f172b..ce9af543a 100644 --- a/src/modules/socketspy/SocketSpyWindow.h +++ b/src/modules/socketspy/SocketSpyWindow.h @@ -25,7 +25,6 @@ //============================================================================= #include "KviWindow.h" -#include "KviCString.h" #include "KviIrcDataStreamMonitor.h" class KviConsoleWindow; |
