summaryrefslogtreecommitdiff
path: root/DevTools/Inspector/RemoteObjectGraphModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/Inspector/RemoteObjectGraphModel.cpp')
-rw-r--r--DevTools/Inspector/RemoteObjectGraphModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/Inspector/RemoteObjectGraphModel.cpp b/DevTools/Inspector/RemoteObjectGraphModel.cpp
index c45095bbfb..34ae2953db 100644
--- a/DevTools/Inspector/RemoteObjectGraphModel.cpp
+++ b/DevTools/Inspector/RemoteObjectGraphModel.cpp
@@ -29,7 +29,7 @@
#include "RemoteProcess.h"
#include <AK/JsonObject.h>
#include <AK/JsonValue.h>
-#include <LibGUI/GApplication.h>
+#include <LibGUI/Application.h>
#include <stdio.h>
RemoteObjectGraphModel::RemoteObjectGraphModel(RemoteProcess& process)