diff options
author | Torbjörn Andersson | 2006-04-05 00:46:27 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-04-05 00:46:27 +0000 |
commit | 0bdc3b0738a46b02fe93b0d684549499b32b4272 (patch) | |
tree | 7f7d57994ae48e70590388d20ebbef43f197de7d | |
parent | 7bcd0ba4dccf5f100512721531035f3fc958bae8 (diff) | |
download | scummvm-rg350-0bdc3b0738a46b02fe93b0d684549499b32b4272.tar.gz scummvm-rg350-0bdc3b0738a46b02fe93b0d684549499b32b4272.tar.bz2 scummvm-rg350-0bdc3b0738a46b02fe93b0d684549499b32b4272.zip |
Added SVN keywords, and removed inclusion of <sys/stat.h>.
svn-id: r21623
-rw-r--r-- | engines/simon/oracle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/simon/oracle.cpp b/engines/simon/oracle.cpp index df0f414dfc..d7e0bc101a 100644 --- a/engines/simon/oracle.cpp +++ b/engines/simon/oracle.cpp @@ -28,8 +28,6 @@ #include "simon/intern.h" #include "simon/vga.h" -#include <sys/stat.h> - namespace Simon { void SimonEngine::checkLinkBox() { // Check for boxes spilling over to next row of text |