summaryrefslogtreecommitdiff
path: root/tools/lldb-server
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-server')
-rw-r--r--tools/lldb-server/Acceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lldb-server/Acceptor.h b/tools/lldb-server/Acceptor.h
index 207bb4d973a52..7d1a5695a3640 100644
--- a/tools/lldb-server/Acceptor.h
+++ b/tools/lldb-server/Acceptor.h
@@ -9,8 +9,8 @@
#ifndef lldb_server_Acceptor_h_
#define lldb_server_Acceptor_h_
-#include "lldb/Core/Connection.h"
#include "lldb/Host/Socket.h"
+#include "lldb/Utility/Connection.h"
#include "lldb/Utility/Status.h"
#include <functional>