diff options
author | Andreas Kling <kling@serenityos.org> | 2020-10-31 10:18:49 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-31 13:56:21 +0100 |
commit | 982e066100c187a7565c43103572a987ae3766bc (patch) | |
tree | 7f1368bcea28186d28f7562879da54ce569d5729 /Games/Snake | |
parent | e569f7fd1cc6cf3aed785ef639566d9d01133fa5 (diff) | |
download | serenity-982e066100c187a7565c43103572a987ae3766bc.zip |
LibGfx: Move FontDatabase from LibGUI to LibGfx
Not sure why I put this into LibGUI in the first place.
Diffstat (limited to 'Games/Snake')
-rw-r--r-- | Games/Snake/SnakeGame.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Games/Snake/SnakeGame.cpp b/Games/Snake/SnakeGame.cpp index b84cfccd26..70e8f85dbf 100644 --- a/Games/Snake/SnakeGame.cpp +++ b/Games/Snake/SnakeGame.cpp @@ -26,7 +26,6 @@ #include "SnakeGame.h" #include <LibCore/ConfigFile.h> -#include <LibGUI/FontDatabase.h> #include <LibGUI/Painter.h> #include <LibGfx/Bitmap.h> #include <LibGfx/Font.h> |