summaryrefslogtreecommitdiff
path: root/Games/Snake
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-10-31 10:18:49 +0100
committerAndreas Kling <kling@serenityos.org>2020-10-31 13:56:21 +0100
commit982e066100c187a7565c43103572a987ae3766bc (patch)
tree7f1368bcea28186d28f7562879da54ce569d5729 /Games/Snake
parente569f7fd1cc6cf3aed785ef639566d9d01133fa5 (diff)
downloadserenity-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.cpp1
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>