summaryrefslogtreecommitdiff
path: root/DevTools/Inspector
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/Inspector')
-rw-r--r--DevTools/Inspector/Makefile2
-rw-r--r--DevTools/Inspector/RemoteObjectGraphModel.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/DevTools/Inspector/Makefile b/DevTools/Inspector/Makefile
index f2afb507b2..80d6c58563 100644
--- a/DevTools/Inspector/Makefile
+++ b/DevTools/Inspector/Makefile
@@ -7,6 +7,6 @@ OBJS = \
PROGRAM = Inspector
-LIB_DEPS = GUI Draw IPC Core
+LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common
diff --git a/DevTools/Inspector/RemoteObjectGraphModel.cpp b/DevTools/Inspector/RemoteObjectGraphModel.cpp
index 3321183b98..1dd481d25c 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 <LibDraw/PNGLoader.h>
+#include <LibGfx/PNGLoader.h>
#include <LibGUI/GApplication.h>
#include <stdio.h>