aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.cpp
diff options
context:
space:
mode:
authorSven Hesse2012-06-03 17:15:18 +0200
committerSven Hesse2012-06-03 17:15:18 +0200
commitd124b87649c14e1851228821fcb6d3a523f1e0ae (patch)
treeff6ff133e7efe85561e471780a84aaa804331171 /engines/gob/video.cpp
parent5a245bd4f2cbac8aee4efe7220533f41d6418312 (diff)
downloadscummvm-rg350-d124b87649c14e1851228821fcb6d3a523f1e0ae.tar.gz
scummvm-rg350-d124b87649c14e1851228821fcb6d3a523f1e0ae.tar.bz2
scummvm-rg350-d124b87649c14e1851228821fcb6d3a523f1e0ae.zip
GOB: Remove unnecessary include
A remnant of when we were still doing dithering color LUT creation at startup
Diffstat (limited to 'engines/gob/video.cpp')
-rw-r--r--engines/gob/video.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/video.cpp b/engines/gob/video.cpp
index c865b2b40e..3b1c6423bb 100644
--- a/engines/gob/video.cpp
+++ b/engines/gob/video.cpp
@@ -25,7 +25,6 @@
#include "engines/util.h"
#include "graphics/cursorman.h"
-#include "graphics/fontman.h"
#include "graphics/palette.h"
#include "graphics/surface.h"