diff options
Diffstat (limited to 'Applications/HexEditor/HexEditor.h')
-rw-r--r-- | Applications/HexEditor/HexEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/HexEditor/HexEditor.h b/Applications/HexEditor/HexEditor.h index 82fb591a43..05186ab577 100644 --- a/Applications/HexEditor/HexEditor.h +++ b/Applications/HexEditor/HexEditor.h @@ -31,7 +31,7 @@ #include <AK/NonnullOwnPtrVector.h> #include <AK/NonnullRefPtrVector.h> #include <AK/StdLibExtras.h> -#include <LibDraw/TextAlignment.h> +#include <LibGfx/TextAlignment.h> #include <LibGUI/GScrollableWidget.h> class HexEditor : public GUI::ScrollableWidget { |