Codefix: Make sure safeguards.h is the last included non-table header. (#14687)
This commit is contained in:
+2
-2
@@ -90,13 +90,13 @@
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
# include <emscripten.h>
|
||||
# include <emscripten/html5.h>
|
||||
#endif
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
void CallLandscapeTick();
|
||||
void DoPaletteAnimations();
|
||||
void MusicLoop();
|
||||
|
||||
Reference in New Issue
Block a user