aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixelformat.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2015-11-16 17:01:59 +0100
committerJohannes Schickel2015-11-16 17:01:59 +0100
commitac93f3512ffbad7b40ef62a3622367f24d6f5193 (patch)
treeff5b5f6ebf27dd1ed6c9b9fcff84ce89aae245d4 /graphics/pixelformat.cpp
parentaaca04cdfca22479bb7777d4d51e5e79ae397a39 (diff)
downloadscummvm-rg350-ac93f3512ffbad7b40ef62a3622367f24d6f5193.tar.gz
scummvm-rg350-ac93f3512ffbad7b40ef62a3622367f24d6f5193.tar.bz2
scummvm-rg350-ac93f3512ffbad7b40ef62a3622367f24d6f5193.zip
GRAPHICS: Remove unused header include.
Diffstat (limited to 'graphics/pixelformat.cpp')
-rw-r--r--graphics/pixelformat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/pixelformat.cpp b/graphics/pixelformat.cpp
index b5919ba169..0a46411254 100644
--- a/graphics/pixelformat.cpp
+++ b/graphics/pixelformat.cpp
@@ -21,7 +21,6 @@
*/
#include "graphics/pixelformat.h"
-#include "common/debug.h"
#include "common/algorithm.h"
namespace Graphics {