diff options
author | Johannes Schickel | 2015-11-16 17:01:59 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-11-16 17:01:59 +0100 |
commit | ac93f3512ffbad7b40ef62a3622367f24d6f5193 (patch) | |
tree | ff5b5f6ebf27dd1ed6c9b9fcff84ce89aae245d4 | |
parent | aaca04cdfca22479bb7777d4d51e5e79ae397a39 (diff) | |
download | scummvm-rg350-ac93f3512ffbad7b40ef62a3622367f24d6f5193.tar.gz scummvm-rg350-ac93f3512ffbad7b40ef62a3622367f24d6f5193.tar.bz2 scummvm-rg350-ac93f3512ffbad7b40ef62a3622367f24d6f5193.zip |
GRAPHICS: Remove unused header include.
-rw-r--r-- | graphics/pixelformat.cpp | 1 |
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 { |