summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-08-17 09:17:08 +0000
committerPavel Labath <labath@google.com>2016-08-17 09:17:08 +0000
commit3cc2f11f9028c4ba239b45e0f0bd1da182cf0743 (patch)
treea3c4b2410d152ecaf1e69dfe059afe109caaee34 /lldb/unittests/Process
parente068de51377450da76ea955923c2dcb4e394591d (diff)
downloadbcm5719-llvm-3cc2f11f9028c4ba239b45e0f0bd1da182cf0743.tar.gz
bcm5719-llvm-3cc2f11f9028c4ba239b45e0f0bd1da182cf0743.zip
Fix unittest compilation error in r278915
llvm-svn: 278918
Diffstat (limited to 'lldb/unittests/Process')
-rw-r--r--lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp1
-rw-r--r--lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h1
2 files changed, 1 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"
diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h
index 6ecdbd977d9..128ec4e8c0d 100644
--- a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h
+++ b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h
@@ -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
OpenPOWER on IntegriCloud