aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJordi Vilalta Prat2009-08-30 20:58:38 +0000
committerJordi Vilalta Prat2009-08-30 20:58:38 +0000
commite7db409555825af6f6331294e890b677bc6e8fcf (patch)
tree80114ffe401c11d771535e58b5dab94945cdd456 /common
parent3337be7b08f7ca1ec2935bddc42ae5550816a775 (diff)
downloadscummvm-rg350-e7db409555825af6f6331294e890b677bc6e8fcf.tar.gz
scummvm-rg350-e7db409555825af6f6331294e890b677bc6e8fcf.tar.bz2
scummvm-rg350-e7db409555825af6f6331294e890b677bc6e8fcf.zip
Remove unused include
svn-id: r43838
Diffstat (limited to 'common')
-rw-r--r--common/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/system.h b/common/system.h
index f4704f5e0e..b359c17507 100644
--- a/common/system.h
+++ b/common/system.h
@@ -31,9 +31,6 @@
#include "common/rect.h"
#include "graphics/pixelformat.h"
-#ifdef USE_RGB_COLOR
-#include "graphics/conversion.h"
-#endif
namespace Audio {
class Mixer;