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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-10 12:34:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:55 +0300
commit8af9575c0f3baa1467b73b45ab25e23bf3cfc9d6 (patch)
tree5bba3c0ab3bfaa36b65394c4fd7d1044a9765397 /qt/drape_surface.cpp
parente605a3ac816747cb7e5d5d207e8f8cbe28d162db (diff)
Fix include path for qt & qt_tstfrm
Diffstat (limited to 'qt/drape_surface.cpp')
-rw-r--r--qt/drape_surface.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/qt/drape_surface.cpp b/qt/drape_surface.cpp
index 3a2287b3ad..67236a2447 100644
--- a/qt/drape_surface.cpp
+++ b/qt/drape_surface.cpp
@@ -1,12 +1,12 @@
-#include "drape_surface.hpp"
+#include "qt/drape_surface.hpp"
-#include "../drape_frontend/viewport.hpp"
+#include "drape_frontend/viewport.hpp"
-#include "../base/stl_add.hpp"
-#include "../base/logging.hpp"
+#include "base/stl_add.hpp"
+#include "base/logging.hpp"
-#include "../std/bind.hpp"
-#include "../std/cmath.hpp"
+#include "std/bind.hpp"
+#include "std/cmath.hpp"
#include <QtGui/QMouseEvent>