[Lldb-commits] [lldb] r278918 - Fix unittest compilation error in r278915

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 17 02:17:08 PDT 2016


Author: labath
Date: Wed Aug 17 04:17:08 2016
New Revision: 278918

URL: http://llvm.org/viewvc/llvm-project?rev=278918&view=rev
Log:
Fix unittest compilation error in r278915

Modified:
    lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
    lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.h

Modified: lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp?rev=278918&r1=278917&r2=278918&view=diff
==============================================================================
--- lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp (original)
+++ lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp Wed Aug 17 04:17:08 2016
@@ -14,7 +14,6 @@
 #endif
 
 #include "GDBRemoteTestUtils.h"
-#include "gtest/gtest.h"
 
 #include "lldb/Host/common/TCPSocket.h"
 #include "lldb/Host/posix/ConnectionFileDescriptorPosix.h"

Modified: lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.h?rev=278918&r1=278917&r2=278918&view=diff
==============================================================================
--- lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.h (original)
+++ lldb/trunk/unittests/Process/gdb-remote/GDBRemoteTestUtils.h Wed Aug 17 04:17:08 2016
@@ -9,6 +9,7 @@
 #ifndef lldb_unittests_Process_gdb_remote_GDBRemoteTestUtils_h
 #define lldb_unittests_Process_gdb_remote_GDBRemoteTestUtils_h
 
+#include "gtest/gtest.h"
 #include "Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h"
 
 namespace lldb_private




More information about the lldb-commits mailing list