diff options
author | Torbjörn Andersson | 2005-06-24 16:11:11 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-06-24 16:11:11 +0000 |
commit | 0ed74c8dcdc6dae919831d27c484e7bdcd74ebe0 (patch) | |
tree | 828d6eb27a927540f3ccb48bf6ccdadfe27dec51 | |
parent | 1d39f986c9a51e3305625f4dbf308c8c92b5d34b (diff) | |
download | scummvm-rg350-0ed74c8dcdc6dae919831d27c484e7bdcd74ebe0.tar.gz scummvm-rg350-0ed74c8dcdc6dae919831d27c484e7bdcd74ebe0.tar.bz2 scummvm-rg350-0ed74c8dcdc6dae919831d27c484e7bdcd74ebe0.zip |
I don't think we need <ctype.h> here.
svn-id: r18450
-rw-r--r-- | simon/items.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/items.cpp b/simon/items.cpp index 77251794ee..97e5350c12 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -20,7 +20,6 @@ */ // Item script opcodes for Simon1/Simon2 -#include <ctype.h> #include "common/stdafx.h" #include "simon/simon.h" |