mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
not needed this includes anymore
svn-id: r38857
This commit is contained in:
parent
859477c968
commit
91ee9a3eb8
@ -27,8 +27,6 @@
|
||||
#include "sci/gfx/gfx_options.h"
|
||||
#include "sci/gfx/gfx_resmgr.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
namespace Sci {
|
||||
|
||||
//#define DEBUG
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -46,7 +46,6 @@
|
||||
#include "sci/sfx/sfx_iterator.h"
|
||||
#include "../softseq.h"
|
||||
#include "../adlib.h"
|
||||
#include <math.h>
|
||||
|
||||
#include "sound/fmopl.h"
|
||||
|
||||
|
@ -23,10 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "../softseq.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -23,8 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "sci/tools.h"
|
||||
#include "sci/sfx/sfx_engine.h"
|
||||
#include "sci/sci_memory.h"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user