From 0cd3fbc8abe649ac61f76b364a181f047a5e9e31 Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Tue, 10 Sep 2019 14:14:17 +0200 Subject: change includes in gtest-port.h --- googletest/include/gtest/gtest-message.h | 1 + googletest/include/gtest/internal/gtest-port.h | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/googletest/include/gtest/gtest-message.h b/googletest/include/gtest/gtest-message.h index 4a80e11..2189923 100644 --- a/googletest/include/gtest/gtest-message.h +++ b/googletest/include/gtest/gtest-message.h @@ -49,6 +49,7 @@ #include #include +#include #include "gtest/internal/gtest-port.h" diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h index 29d9edf..2f351ec 100644 --- a/googletest/include/gtest/internal/gtest-port.h +++ b/googletest/include/gtest/internal/gtest-port.h @@ -248,7 +248,6 @@ #include #include #include -#include #include #ifndef _WIN32_WCE @@ -261,12 +260,10 @@ # include #endif -#include // NOLINT #include // NOLINT -#include // NOLINT +#include #include // NOLINT #include -#include #include // NOLINT #include "gtest/internal/gtest-port-arch.h" -- cgit v0.12