not needed this includes anymore

svn-id: r38857
This commit is contained in:
Paweł Kołodziejski 2009-02-24 21:13:32 +00:00
parent 859477c968
commit 91ee9a3eb8
9 changed files with 0 additions and 30 deletions

View File

@ -27,8 +27,6 @@
#include "sci/gfx/gfx_options.h"
#include "sci/gfx/gfx_resmgr.h"
#include <ctype.h>
namespace Sci {
//#define DEBUG

View File

@ -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 {

View File

@ -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;

View File

@ -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"

View File

@ -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"

View File

@ -46,7 +46,6 @@
#include "sci/sfx/sfx_iterator.h"
#include "../softseq.h"
#include "../adlib.h"
#include <math.h>
#include "sound/fmopl.h"

View File

@ -23,10 +23,6 @@
*
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "../softseq.h"
namespace Sci {

View File

@ -23,8 +23,6 @@
*
*/
#include <stdio.h>
#include "sci/tools.h"
#include "sci/sfx/sfx_engine.h"
#include "sci/sci_memory.h"

View File

@ -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"