diff options
author | Torbjörn Andersson | 2003-09-17 14:03:11 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-09-17 14:03:11 +0000 |
commit | ccf2eb2cc6c251a0a702e1e84a633c9751e56d05 (patch) | |
tree | a5824849be1ffd107052978d97ab1287435bb0eb /sword2 | |
parent | 1d60dc552dc83fa37c7618b6d85770d97fe47744 (diff) | |
download | scummvm-rg350-ccf2eb2cc6c251a0a702e1e84a633c9751e56d05.tar.gz scummvm-rg350-ccf2eb2cc6c251a0a702e1e84a633c9751e56d05.tar.bz2 scummvm-rg350-ccf2eb2cc6c251a0a702e1e84a633c9751e56d05.zip |
Removed some #includes that seem to be unnecessary. I think we're going to
have to clean up the header files at some point...
svn-id: r10271
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/build_display.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp index c388bfde19..256180f626 100644 --- a/sword2/build_display.cpp +++ b/sword2/build_display.cpp @@ -21,32 +21,19 @@ // BUILD_DISPLAY.CPP like the old spr_engi but slightly more aptly named // --------------------------------------------------------------------------- -#include <stdarg.h> #include <stdio.h> -#include <stdlib.h> #include "stdafx.h" -#include "driver/driver96.h" #include "build_display.h" #include "console.h" -#include "debug.h" #include "defs.h" -#include "events.h" -#include "function.h" -#include "header.h" #include "interpreter.h" #include "layers.h" -#include "logic.h" #include "maketext.h" -#include "memory.h" #include "mouse.h" #include "object.h" #include "protocol.h" #include "resman.h" -#include "router.h" -#include "save_rest.h" -#include "scroll.h" -#include "sword2.h" // --------------------------------------------------------------------------- |