diff options
| author | Torbjörn Andersson | 2007-05-12 18:22:20 +0000 | 
|---|---|---|
| committer | Torbjörn Andersson | 2007-05-12 18:22:20 +0000 | 
| commit | a152065609dc4370d316a08669583e9de75c68cc (patch) | |
| tree | 3c5f44a523ba334b145cf5acba7764de5f646d46 | |
| parent | c62d8ba2fac33bbd2d72fcadd58752c578c52c17 (diff) | |
| download | scummvm-rg350-a152065609dc4370d316a08669583e9de75c68cc.tar.gz scummvm-rg350-a152065609dc4370d316a08669583e9de75c68cc.tar.bz2 scummvm-rg350-a152065609dc4370d316a08669583e9de75c68cc.zip | |
I believe these #includes are unnecessary.
svn-id: r26811
| -rw-r--r-- | engines/cruise/decompiler.cpp | 2 | ||||
| -rw-r--r-- | engines/cruise/polys.cpp | 3 | 
2 files changed, 0 insertions, 5 deletions
| diff --git a/engines/cruise/decompiler.cpp b/engines/cruise/decompiler.cpp index f902fe4673..072fa171fd 100644 --- a/engines/cruise/decompiler.cpp +++ b/engines/cruise/decompiler.cpp @@ -26,8 +26,6 @@  namespace Cruise { -#include <stdarg.h> -  #ifdef DUMP_SCRIPT  #define numMaxLignes 100000 diff --git a/engines/cruise/polys.cpp b/engines/cruise/polys.cpp index f3860e6b90..e479b4d018 100644 --- a/engines/cruise/polys.cpp +++ b/engines/cruise/polys.cpp @@ -27,9 +27,6 @@  namespace Cruise { -#include <stdlib.h> -#include <math.h> -  typedef char ColorP;  #define SCREENHEIGHT 200 | 
