Unneeded .h removed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1903 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -18,11 +18,6 @@
|
|||||||
* API is heavily influenced by SDL_sound.
|
* API is heavily influenced by SDL_sound.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
#include <io.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "port.h"
|
#include "port.h"
|
||||||
|
|||||||
@@ -19,11 +19,6 @@
|
|||||||
#include "libs/reslib.h"
|
#include "libs/reslib.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
#include <io.h>
|
|
||||||
#endif
|
|
||||||
#include <fcntl.h>
|
|
||||||
|
|
||||||
|
|
||||||
static void CheckFinishedChannels (void);
|
static void CheckFinishedChannels (void);
|
||||||
|
|
||||||
|
|||||||
@@ -20,10 +20,6 @@
|
|||||||
#include "strintrn.h"
|
#include "strintrn.h"
|
||||||
#include "libs/graphics/gfx_common.h"
|
#include "libs/graphics/gfx_common.h"
|
||||||
#include "libs/reslib.h"
|
#include "libs/reslib.h"
|
||||||
#ifdef WIN32
|
|
||||||
#include <io.h>
|
|
||||||
#endif
|
|
||||||
#include <fcntl.h>
|
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user