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 'graphics/opengl/opengl.hpp')
-rw-r--r--graphics/opengl/opengl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opengl/opengl.hpp b/graphics/opengl/opengl.hpp
index bfa57915bb..afcfce40d1 100644
--- a/graphics/opengl/opengl.hpp
+++ b/graphics/opengl/opengl.hpp
@@ -1,9 +1,9 @@
#pragma once
-#include "std/target_os.hpp"
#include "base/logging.hpp"
-#include "base/logging.hpp"
+#include "std/target_os.hpp"
+
#if defined(OMIM_OS_WINDOWS)
#include "../../std/windows.hpp"