summaryrefslogtreecommitdiff
path: root/tools/lldb-server/Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-server/Acceptor.h')
-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 f0638ef1ae698..410970915f1fe 100644
--- a/tools/lldb-server/Acceptor.h
+++ b/tools/lldb-server/Acceptor.h
@@ -10,8 +10,8 @@
#define lldb_server_Acceptor_h_
#include "lldb/Core/Connection.h"
-#include "lldb/Core/Error.h"
#include "lldb/Host/Socket.h"
+#include "lldb/Utility/Error.h"
#include <functional>
#include <memory>