summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-26 15:24:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-26 15:24:59 +0300
commit7d613787059471c8e7323afd80d3d3f5764a2620 (patch)
tree556b3aadaab1024e55bc0e9cbc7e46062284df95 /src/gui/widgets/popup.cpp
parentefd0e0d1bdbaf5a5d5ff469a5fd7efdf9db446be (diff)
downloadplus-7d613787059471c8e7323afd80d3d3f5764a2620.tar.gz
plus-7d613787059471c8e7323afd80d3d3f5764a2620.tar.bz2
plus-7d613787059471c8e7323afd80d3d3f5764a2620.tar.xz
plus-7d613787059471c8e7323afd80d3d3f5764a2620.zip
Move graphicsvertexes into render/vertexes.
Diffstat (limited to 'src/gui/widgets/popup.cpp')
-rw-r--r--src/gui/widgets/popup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/popup.cpp b/src/gui/widgets/popup.cpp
index 3de1bbed9..d48921056 100644
--- a/src/gui/widgets/popup.cpp
+++ b/src/gui/widgets/popup.cpp
@@ -23,8 +23,6 @@
#include "gui/widgets/popup.h"
-#include "graphicsvertexes.h"
-
#include "gui/popupmanager.h"
#include "gui/skin.h"
@@ -34,6 +32,8 @@
#include "render/graphics.h"
+#include "render/vertexes/graphicsvertexes.h"
+
#include "debug.h"
Popup::Popup(const std::string &name,