general.h - cleanup
This commit is contained in:
parent
f5c9600ab4
commit
27905df040
11
general.h
11
general.h
|
@ -23,16 +23,6 @@
|
||||||
|
|
||||||
/* Platform-specific headers */
|
/* Platform-specific headers */
|
||||||
|
|
||||||
/* Windows */
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifdef _XBOX
|
|
||||||
#include <xtl.h>
|
|
||||||
#else
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
#include <compat/strl.h>
|
#include <compat/strl.h>
|
||||||
#include <compat/posix_string.h>
|
#include <compat/posix_string.h>
|
||||||
|
@ -40,7 +30,6 @@
|
||||||
#include <retro_assert.h>
|
#include <retro_assert.h>
|
||||||
#include <retro_miscellaneous.h>
|
#include <retro_miscellaneous.h>
|
||||||
|
|
||||||
#include "configuration.h"
|
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
#include "runloop.h"
|
#include "runloop.h"
|
||||||
#include "defaults.h"
|
#include "defaults.h"
|
||||||
|
|
Loading…
Reference in New Issue