summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Font.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGfx/Font.h')
-rw-r--r--Userland/Libraries/LibGfx/Font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/Font.h b/Userland/Libraries/LibGfx/Font.h
index f622724846..32facfa1f9 100644
--- a/Userland/Libraries/LibGfx/Font.h
+++ b/Userland/Libraries/LibGfx/Font.h
@@ -8,11 +8,11 @@
#include <AK/Bitmap.h>
#include <AK/ByteReader.h>
-#include <AK/MappedFile.h>
#include <AK/RefCounted.h>
#include <AK/RefPtr.h>
#include <AK/String.h>
#include <AK/Types.h>
+#include <LibCore/MappedFile.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/Size.h>