diff options
Diffstat (limited to 'Applications/FontEditor/GlyphEditorWidget.h')
-rw-r--r-- | Applications/FontEditor/GlyphEditorWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/FontEditor/GlyphEditorWidget.h b/Applications/FontEditor/GlyphEditorWidget.h index 2e9c311ccd..3784c054b5 100644 --- a/Applications/FontEditor/GlyphEditorWidget.h +++ b/Applications/FontEditor/GlyphEditorWidget.h @@ -1,5 +1,5 @@ -#include <LibGUI/GFrame.h> #include <AK/Function.h> +#include <LibGUI/GFrame.h> class GlyphEditorWidget final : public GFrame { public: |