diff options
author | Max Horn | 2010-05-04 12:00:16 +0000 |
---|---|---|
committer | Max Horn | 2010-05-04 12:00:16 +0000 |
commit | 2149a2383d33ed83401a345219f0367694f9c367 (patch) | |
tree | 4a43f4c67d6e62de8ea890de2657f23315ffbfff /common | |
parent | 970745e60c41286ff2dc1a448a5e6c39e4581671 (diff) | |
download | scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.gz scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.bz2 scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.zip |
Reduce indirect header dependencies further
svn-id: r48936
Diffstat (limited to 'common')
-rw-r--r-- | common/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/debug.h b/common/debug.h index 784b3454b5..2068a1314a 100644 --- a/common/debug.h +++ b/common/debug.h @@ -26,7 +26,6 @@ #define COMMON_DEBUG_H #include "common/scummsys.h" -#include "common/debug-channels.h" #include "common/textconsole.h" namespace Common { |