From 01c5e0da3d1c1891ff5ad1205a32578a2f5b25c1 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Sun, 2 May 2021 20:54:28 +0300 Subject: [PATCH] [base] remove unused includes Signed-off-by: Evgeniy A. Dushistov --- base/cancellable.hpp | 1 - base/clustering_map.hpp | 1 - base/geo_object_id.cpp | 1 - base/levenshtein_dfa.cpp | 1 - base/thread.hpp | 7 ------- 5 files changed, 11 deletions(-) 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 {