diff --git a/base/cancellable.hpp b/base/cancellable.hpp index 4619b4d147..62041d25b9 100644 --- a/base/cancellable.hpp +++ b/base/cancellable.hpp @@ -1,6 +1,5 @@ #pragma once -#include #include #include #include diff --git a/base/clustering_map.hpp b/base/clustering_map.hpp index 454bbf8804..4029ba37b9 100644 --- a/base/clustering_map.hpp +++ b/base/clustering_map.hpp @@ -3,7 +3,6 @@ #include "base/assert.hpp" #include -#include #include #include #include diff --git a/base/geo_object_id.cpp b/base/geo_object_id.cpp index ddb2a1a3e8..4bab1a0fe9 100644 --- a/base/geo_object_id.cpp +++ b/base/geo_object_id.cpp @@ -2,7 +2,6 @@ #include "base/assert.hpp" -#include #include namespace diff --git a/base/levenshtein_dfa.cpp b/base/levenshtein_dfa.cpp index 8c5055616f..7dd74133ea 100644 --- a/base/levenshtein_dfa.cpp +++ b/base/levenshtein_dfa.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #include #include diff --git a/base/thread.hpp b/base/thread.hpp index 157426b1b6..40a9ee0974 100644 --- a/base/thread.hpp +++ b/base/thread.hpp @@ -11,13 +11,6 @@ #include #include #include -#include - -#include - -#ifdef OMIM_OS_WINDOWS -#include "std/windows.hpp" // for DWORD -#endif namespace threads {