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 { /**