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 'platform/http_request.hpp')
-rw-r--r--platform/http_request.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/http_request.hpp b/platform/http_request.hpp
index d44168c0d8..cc37416a81 100644
--- a/platform/http_request.hpp
+++ b/platform/http_request.hpp
@@ -1,10 +1,10 @@
#pragma once
-#include "../std/stdint.hpp"
-#include "../std/function.hpp"
-#include "../std/string.hpp"
-#include "../std/vector.hpp"
-#include "../std/utility.hpp"
+#include "std/stdint.hpp"
+#include "std/function.hpp"
+#include "std/string.hpp"
+#include "std/vector.hpp"
+#include "std/utility.hpp"
namespace downloader
{