diff options
author | Pavel Labath <labath@google.com> | 2016-08-17 09:17:08 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-08-17 09:17:08 +0000 |
commit | 3cc2f11f9028c4ba239b45e0f0bd1da182cf0743 (patch) | |
tree | a3c4b2410d152ecaf1e69dfe059afe109caaee34 /lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp | |
parent | e068de51377450da76ea955923c2dcb4e394591d (diff) | |
download | bcm5719-llvm-3cc2f11f9028c4ba239b45e0f0bd1da182cf0743.tar.gz bcm5719-llvm-3cc2f11f9028c4ba239b45e0f0bd1da182cf0743.zip |
Fix unittest compilation error in r278915
llvm-svn: 278918
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp')
-rw-r--r-- | lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp index 41f8553b923..3aee52e5332 100644 --- a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp +++ b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp @@ -14,7 +14,6 @@ #endif #include "GDBRemoteTestUtils.h" -#include "gtest/gtest.h" #include "lldb/Host/common/TCPSocket.h" #include "lldb/Host/posix/ConnectionFileDescriptorPosix.h" |