summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/EditorWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools/HackStudio/EditorWrapper.cpp')
-rw-r--r--DevTools/HackStudio/EditorWrapper.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/DevTools/HackStudio/EditorWrapper.cpp b/DevTools/HackStudio/EditorWrapper.cpp
index 789454f11d..6bc452ba44 100644
--- a/DevTools/HackStudio/EditorWrapper.cpp
+++ b/DevTools/HackStudio/EditorWrapper.cpp
@@ -26,10 +26,10 @@
#include "EditorWrapper.h"
#include "Editor.h"
-#include <LibGUI/GAction.h>
-#include <LibGUI/GBoxLayout.h>
-#include <LibGUI/GInputBox.h>
-#include <LibGUI/GLabel.h>
+#include <LibGUI/Action.h>
+#include <LibGUI/BoxLayout.h>
+#include <LibGUI/InputBox.h>
+#include <LibGUI/Label.h>
extern RefPtr<EditorWrapper> g_current_editor_wrapper;