[Scummvm-cvs-logs] SF.net SVN: scummvm:[38857] scummvm/trunk/engines/sci

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Tue Feb 24 22:13:41 CET 2009


Revision: 38857
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38857&view=rev
Author:   aquadran
Date:     2009-02-24 21:13:32 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
not needed this includes anymore

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp
    scummvm/trunk/engines/sci/gfx/sbtree.h
    scummvm/trunk/engines/sci/sci.cpp
    scummvm/trunk/engines/sci/sfx/core.cpp
    scummvm/trunk/engines/sci/sfx/iterator.cpp
    scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp
    scummvm/trunk/engines/sci/sfx/softseq/softsequencers.cpp
    scummvm/trunk/engines/sci/sfx/songlib.cpp
    scummvm/trunk/engines/sci/tools.cpp

Modified: scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -27,8 +27,6 @@
 #include "sci/gfx/gfx_options.h"
 #include "sci/gfx/gfx_resmgr.h"
 
-#include <ctype.h>
-
 namespace Sci {
 
 //#define DEBUG

Modified: scummvm/trunk/engines/sci/gfx/sbtree.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/sbtree.h	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/gfx/sbtree.h	2009-02-24 21:13:32 UTC (rev 38857)
@@ -32,10 +32,6 @@
 #ifndef SCI_GFX_GFX_SBTREE_H
 #define SCI_GFX_GFX_SBTREE_H
 
-#ifdef SBTREE_DEBUG
-#  include <stdio.h>
-#endif
-
 namespace Sci {
 
 struct sbtree_t {

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/sci.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -33,10 +33,6 @@
 #include "sci/include/engine.h"
 #include "sci/engine/kernel.h"
 
-#ifdef WIN32
-#  include <direct.h>
-#endif
-
 namespace Sci {
 
 extern gfx_driver_t gfx_driver_scummvm;

Modified: scummvm/trunk/engines/sci/sfx/core.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/core.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/sfx/core.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -25,8 +25,6 @@
 
 /* Sound subsystem core: Event handler, sound player dispatching */
 
-#include <stdio.h>
-
 #include "sci/tools.h"
 #include "sci/sfx/sfx_timer.h"
 #include "sci/sfx/sfx_iterator_internal.h"

Modified: scummvm/trunk/engines/sci/sfx/iterator.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -25,7 +25,6 @@
 
 /* Song iterators */
 
-#include <stdio.h>
 #include "common/util.h"
 #include "sci/sfx/sfx_iterator_internal.h"
 #include "sci/sfx/sfx_player.h"

Modified: scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/sfx/softseq/opl2.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -46,7 +46,6 @@
 #include "sci/sfx/sfx_iterator.h"
 #include "../softseq.h"
 #include "../adlib.h"
-#include <math.h>
 
 #include "sound/fmopl.h"
 

Modified: scummvm/trunk/engines/sci/sfx/softseq/softsequencers.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/softsequencers.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/sfx/softseq/softsequencers.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -23,10 +23,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "../softseq.h"
 
 namespace Sci {

Modified: scummvm/trunk/engines/sci/sfx/songlib.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/songlib.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/sfx/songlib.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -23,8 +23,6 @@
  *
  */
 
-#include <stdio.h>
-
 #include "sci/tools.h"
 #include "sci/sfx/sfx_engine.h"
 #include "sci/sci_memory.h"

Modified: scummvm/trunk/engines/sci/tools.cpp
===================================================================
--- scummvm/trunk/engines/sci/tools.cpp	2009-02-24 20:55:43 UTC (rev 38856)
+++ scummvm/trunk/engines/sci/tools.cpp	2009-02-24 21:13:32 UTC (rev 38857)
@@ -25,16 +25,6 @@
 
 #include "common/scummsys.h"
 
-#ifdef WIN32
-#  include <windows.h>
-#  include <errno.h>
-#  include <mmsystem.h>
-#  include <sys/types.h>
-#  include <sys/stat.h>
-#  include <direct.h>
-#  undef ARRAYSIZE
-#endif
-
 #include "common/util.h"
 #include "common/str.h"
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list