moved local 'includes' to 3rd-party

This commit is contained in:
BADIM-PC\Vadim
2018-01-09 14:37:38 +03:00
parent 6abbdec920
commit 5e2dba394e
99 changed files with 31 additions and 40118 deletions

View File

@@ -22,7 +22,7 @@
#include "file_dialog.h"
#include <SDL2/SDL.h>
#include <SDL.h>
#if defined(__WINDOWS__)

View File

@@ -22,7 +22,7 @@
#include "file_dialog.h"
#include <SDL2/SDL.h>
#include <SDL.h>
#if defined(__WINRT__)

View File

@@ -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 */

View File

@@ -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__)