Make internal SDL sources include SDL_internal.h instead of SDL_config.h

The new header will include SDL_config.h, but allows for other global stuff.

--HG--
extra : rebase_source : ddf4a4c0dc2c554b98c82700798f343cd91b16e3
This commit is contained in:
Ryan C. Gordon 2013-11-24 23:56:17 -05:00
parent 1e82be1804
commit 82edee6971
365 changed files with 393 additions and 365 deletions

View file

@ -28,7 +28,7 @@ freely, subject to the following restrictions:
Andreas Schiffler -- aschiffler at ferzkopp dot net
*/
#include "SDL_config.h"
#include "../../SDL_internal.h"
#if defined(__WIN32__)
#include "../../core/windows/SDL_windows.h"