Added SDL_log.h to SDL_internal.h so logging is available everywhere

This commit is contained in:
Sam Lantinga 2020-04-07 09:38:57 -07:00
parent 488b94cb40
commit b6afbe6317
49 changed files with 4 additions and 53 deletions

View file

@ -36,7 +36,6 @@
#include "SDL_assert.h"
#include "SDL_endian.h"
#include "SDL_hints.h"
#include "SDL_log.h"
#include "SDL_mutex.h"
#include "../SDL_sysjoystick.h"
#include "../../core/windows/SDL_windows.h"