summaryrefslogtreecommitdiff
path: root/src/gui/popupmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-28 11:58:33 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-28 11:58:33 +0300
commitcfc84945c9cee7d42accdad39ff387738a3d32ac (patch)
tree16715da63ecdfe3db1ae4196ecc3abad2509bc05 /src/gui/popupmanager.cpp
parent4e3cc7022e40d5506ca30ec9f06ef32e19d0da4c (diff)
downloadplus-cfc84945c9cee7d42accdad39ff387738a3d32ac.tar.gz
plus-cfc84945c9cee7d42accdad39ff387738a3d32ac.tar.bz2
plus-cfc84945c9cee7d42accdad39ff387738a3d32ac.tar.xz
plus-cfc84945c9cee7d42accdad39ff387738a3d32ac.zip
Removed unused includes.
Diffstat (limited to 'src/gui/popupmanager.cpp')
-rw-r--r--src/gui/popupmanager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/popupmanager.cpp b/src/gui/popupmanager.cpp
index 4c18af585..9b254746e 100644
--- a/src/gui/popupmanager.cpp
+++ b/src/gui/popupmanager.cpp
@@ -24,14 +24,10 @@
#include "sdlshared.h"
-#include "gui/viewport.h"
-
#include "gui/popups/beingpopup.h"
#include "gui/popups/popupmenu.h"
#include "gui/popups/textpopup.h"
-#include "utils/delete2.h"
-
#include "debug.h"
PopupManager *popupManager = nullptr;