From 50d167566af4d34a701c4318a3047443a9ee9dd9 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 28 Oct 2017 17:04:45 +0800 Subject: [PATCH] Include gtest after plasma/compat.h in tests. --- cpp/src/plasma/test/client_tests.cc | 4 ++-- cpp/src/plasma/test/serialization_tests.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/src/plasma/test/client_tests.cc b/cpp/src/plasma/test/client_tests.cc index 02b38321451..0f19da5f723 100644 --- a/cpp/src/plasma/test/client_tests.cc +++ b/cpp/src/plasma/test/client_tests.cc @@ -15,8 +15,6 @@ // specific language governing permissions and limitations // under the License. -#include "gtest/gtest.h" - #include #include #include @@ -29,6 +27,8 @@ #include "plasma/plasma.h" #include "plasma/protocol.h" +#include "gtest/gtest.h" + namespace plasma { std::string test_executable; // NOLINT diff --git a/cpp/src/plasma/test/serialization_tests.cc b/cpp/src/plasma/test/serialization_tests.cc index 7c9d90133a6..b593b6ae948 100644 --- a/cpp/src/plasma/test/serialization_tests.cc +++ b/cpp/src/plasma/test/serialization_tests.cc @@ -15,8 +15,6 @@ // specific language governing permissions and limitations // under the License. -#include "gtest/gtest.h" - #include #include @@ -25,6 +23,8 @@ #include "plasma/plasma.h" #include "plasma/protocol.h" +#include "gtest/gtest.h" + namespace plasma { /**