summaryrefslogtreecommitdiff
path: root/DevTools/Inspector/RemoteProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/Inspector/RemoteProcess.h')
-rw-r--r--DevTools/Inspector/RemoteProcess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/Inspector/RemoteProcess.h b/DevTools/Inspector/RemoteProcess.h
index 73e7aca37b..1077beed36 100644
--- a/DevTools/Inspector/RemoteProcess.h
+++ b/DevTools/Inspector/RemoteProcess.h
@@ -27,7 +27,7 @@
#pragma once
#include <AK/NonnullOwnPtrVector.h>
-#include <LibCore/CLocalSocket.h>
+#include <LibCore/LocalSocket.h>
namespace AK {
class JsonObject;