moved local 'includes' to 3rd-party
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "file_dialog.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "file_dialog.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
#if defined(__WINRT__)
|
||||
|
||||
|
||||
@@ -39,15 +39,15 @@ typedef struct SDLNet_version {
|
||||
|
||||
#else /* WITHOUT_SDL */
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_endian.h>
|
||||
#include <SDL2/SDL_version.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_endian.h>
|
||||
#include <SDL_version.h>
|
||||
|
||||
typedef SDL_version SDLNet_version;
|
||||
|
||||
#endif /* WITHOUT_SDL */
|
||||
|
||||
#include <SDL2/begin_code.h>
|
||||
#include <begin_code.h>
|
||||
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
#ifdef __cplusplus
|
||||
@@ -438,6 +438,6 @@ SDL_FORCE_INLINE Uint32 _SDLNet_Read32(const void *areap)
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include <SDL2/close_code.h>
|
||||
#include <close_code.h>
|
||||
|
||||
#endif /* _SDL_NET_H */
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
/* Include system network headers */
|
||||
#if defined(__WIN32__) || defined(WIN32) || defined(__WINRT__)
|
||||
|
||||
Reference in New Issue
Block a user