CLeanups
This commit is contained in:
parent
60d96b60b5
commit
9c791e7fb5
|
@ -50,10 +50,6 @@
|
|||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../common/win32_common.h"
|
||||
#endif
|
||||
|
||||
typedef struct gl1_renderchain
|
||||
{
|
||||
void *empty;
|
||||
|
|
|
@ -50,10 +50,6 @@
|
|||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../common/win32_common.h"
|
||||
#endif
|
||||
|
||||
typedef struct gl2_renderchain
|
||||
{
|
||||
void *empty;
|
||||
|
|
Loading…
Reference in New Issue