Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qt_tstfrm/tstwidgets.cpp')
-rw-r--r--qt_tstfrm/tstwidgets.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index 37679e3541..b2672f149d 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -1,14 +1,14 @@
-#include "tstwidgets.hpp"
+#include "qt_tstfrm/tstwidgets.hpp"
-#include "../graphics/screen.hpp"
-#include "../graphics/resource_manager.hpp"
+#include "graphics/screen.hpp"
+#include "graphics/resource_manager.hpp"
-#include "../graphics/opengl/utils.hpp"
-#include "../graphics/opengl/framebuffer.hpp"
-#include "../graphics/opengl/renderbuffer.hpp"
-#include "../graphics/opengl/opengl.hpp"
+#include "graphics/opengl/utils.hpp"
+#include "graphics/opengl/framebuffer.hpp"
+#include "graphics/opengl/renderbuffer.hpp"
+#include "graphics/opengl/opengl.hpp"
-#include "../platform/platform.hpp"
+#include "platform/platform.hpp"
namespace tst
{