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/search_panel.hpp
parente605a3ac816747cb7e5d5d207e8f8cbe28d162db (diff)
Fix include path for qt & qt_tstfrm
Diffstat (limited to 'qt/search_panel.hpp')
-rw-r--r--qt/search_panel.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt/search_panel.hpp b/qt/search_panel.hpp
index 13ab5a15ac..bc0aa042ca 100644
--- a/qt/search_panel.hpp
+++ b/qt/search_panel.hpp
@@ -1,9 +1,9 @@
#pragma once
-#include "../search/result.hpp"
-#include "../search/params.hpp"
+#include "search/result.hpp"
+#include "search/params.hpp"
-#include "../std/vector.hpp"
+#include "std/vector.hpp"
#include <QtGui/QPixmap>