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 'testing/testingmain.cpp')
-rw-r--r--testing/testingmain.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/testing/testingmain.cpp b/testing/testingmain.cpp
index 58c3d6032d..425a70e04b 100644
--- a/testing/testingmain.cpp
+++ b/testing/testingmain.cpp
@@ -1,14 +1,14 @@
-#include "testregister.hpp"
-#include "testing.hpp"
+#include "testing/testregister.hpp"
+#include "testing/testing.hpp"
-#include "../base/logging.hpp"
-#include "../base/string_utils.hpp"
-#include "../base/regexp.hpp"
+#include "base/logging.hpp"
+#include "base/string_utils.hpp"
+#include "base/regexp.hpp"
-#include "../std/iostream.hpp"
-#include "../std/string.hpp"
-#include "../std/vector.hpp"
-#include "../std/target_os.hpp"
+#include "std/iostream.hpp"
+#include "std/string.hpp"
+#include "std/vector.hpp"
+#include "std/target_os.hpp"
#ifdef OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP