mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
Include SDL_build_config.h without a 'build_config/' prefix
This commit is contained in:
committed by
Anonymous Maarten
parent
702abfe7d5
commit
c298d2024a
@@ -60,7 +60,7 @@
|
||||
SDL_free(ptr); \
|
||||
}
|
||||
|
||||
#include "build_config/SDL_build_config.h"
|
||||
#include "SDL_build_config.h"
|
||||
|
||||
#include "dynapi/SDL_dynapi.h"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#include "build_config/SDL_build_config.h"
|
||||
#include "SDL_build_config.h"
|
||||
#include "SDL_dynapi.h"
|
||||
#include "SDL_dynapi_unsupported.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user