diff options
author | Jordi Vilalta Prat | 2009-08-30 20:58:38 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-08-30 20:58:38 +0000 |
commit | e7db409555825af6f6331294e890b677bc6e8fcf (patch) | |
tree | 80114ffe401c11d771535e58b5dab94945cdd456 /common | |
parent | 3337be7b08f7ca1ec2935bddc42ae5550816a775 (diff) | |
download | scummvm-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.h | 3 |
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; |