diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-19 20:35:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-19 20:35:33 +0300 |
commit | dc9807a71e596808b5c101ccd4c33f7c3bc24cf9 (patch) | |
tree | 6022254eff03e39dbe39c8560a85621016a61119 | |
parent | b26febf03fdec534a839f5007adb184a38605fcc (diff) | |
download | plus-dc9807a71e596808b5c101ccd4c33f7c3bc24cf9.tar.gz plus-dc9807a71e596808b5c101ccd4c33f7c3bc24cf9.tar.bz2 plus-dc9807a71e596808b5c101ccd4c33f7c3bc24cf9.tar.xz plus-dc9807a71e596808b5c101ccd4c33f7c3bc24cf9.zip |
Remove unused include from ipc.
-rw-r--r-- | src/net/ipc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/ipc.cpp b/src/net/ipc.cpp index 30b1afdea..2a93631e4 100644 --- a/src/net/ipc.cpp +++ b/src/net/ipc.cpp @@ -24,8 +24,6 @@ #include "gui/windows/chatwindow.h" -#include "gui/widgets/tabs/chattab.h" - #include "utils/delete2.h" #include "utils/sdlhelper.h" #include "utils/stringutils.h" |