summaryrefslogtreecommitdiff
path: root/Games/Minesweeper/main.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-06 12:04:00 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-06 12:04:00 +0100
commit9ac94d393e02c8e725d58affd03b1fd0e0c45552 (patch)
tree7152a9134e30bf1b965c6e8f9e5b8f71098da861 /Games/Minesweeper/main.cpp
parent11580babbfb1b8ae0acab2400f11d905c35642f5 (diff)
downloadserenity-9ac94d393e02c8e725d58affd03b1fd0e0c45552.zip
LibGfx: Rename from LibDraw :^)
Diffstat (limited to 'Games/Minesweeper/main.cpp')
-rw-r--r--Games/Minesweeper/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Games/Minesweeper/main.cpp b/Games/Minesweeper/main.cpp
index 657be40720..c159fa9bd1 100644
--- a/Games/Minesweeper/main.cpp
+++ b/Games/Minesweeper/main.cpp
@@ -26,7 +26,7 @@
#include "Field.h"
#include <LibCore/CConfigFile.h>
-#include <LibDraw/PNGLoader.h>
+#include <LibGfx/PNGLoader.h>
#include <LibGUI/GAboutDialog.h>
#include <LibGUI/GAction.h>
#include <LibGUI/GApplication.h>