From 46031e6fecf334ebf0f867cc84430f1c927c7591 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 7 Sep 2016 08:46:50 +0000 Subject: Fix unittest compilation on windows After the reformat, the unittests do not compile due to missing due to redefinition errors between PosixApi.h and ucrt/direct.h. This is a bit of a shot in the dark, as I have not tested it on windows, but I am restoring the original include order, so it should hopefully fix it. llvm-svn: 280793 --- lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp') diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp b/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp index d74ac66e15d..c5d41ae81f4 100644 --- a/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp +++ b/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp @@ -16,7 +16,6 @@ #include #include "GDBRemoteTestUtils.h" -#include "gtest/gtest.h" #include "Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h" #include "lldb/Core/DataBuffer.h" -- cgit v1.2.3