From c6eb4afe0ebdabfd436a80adf8af505779859404 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Fri, 12 May 2017 16:17:49 +0300 Subject: [tidy] modernize-deprecated-headers --- platform/glfw/main.cpp | 2 +- test/storage/local_file_source.test.cpp | 2 +- test/util/memory.test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/glfw/main.cpp b/platform/glfw/main.cpp index ef8ad91544..97c77b3742 100644 --- a/platform/glfw/main.cpp +++ b/platform/glfw/main.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include #include diff --git a/test/storage/local_file_source.test.cpp b/test/storage/local_file_source.test.cpp index 1b90e5bb1e..4d509e6c7d 100644 --- a/test/storage/local_file_source.test.cpp +++ b/test/storage/local_file_source.test.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include namespace { diff --git a/test/util/memory.test.cpp b/test/util/memory.test.cpp index 065d024bef..f824ba30ca 100644 --- a/test/util/memory.test.cpp +++ b/test/util/memory.test.cpp @@ -17,7 +17,7 @@ #include #include -#include +#include #include using namespace mbgl; -- cgit v1.2.1