summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/HexDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/HexEditor/HexDocument.h')
-rw-r--r--Userland/Applications/HexEditor/HexDocument.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Userland/Applications/HexEditor/HexDocument.h b/Userland/Applications/HexEditor/HexDocument.h
index 6a5f7943cc..d5e46a4f87 100644
--- a/Userland/Applications/HexEditor/HexDocument.h
+++ b/Userland/Applications/HexEditor/HexDocument.h
@@ -6,11 +6,13 @@
#pragma once
+#include <AK/HashMap.h>
+#include <AK/NonnullOwnPtr.h>
#include <AK/StringView.h>
#include <AK/Time.h>
#include <AK/Types.h>
#include <AK/WeakPtr.h>
-#include <LibCore/File.h>
+#include <LibCore/Forward.h>
#include <LibGUI/Command.h>
constexpr Time COMMAND_COMMIT_TIME = Time::from_milliseconds(400);