diff options
Diffstat (limited to 'src/map/battle.cpp')
-rw-r--r-- | src/map/battle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.cpp b/src/map/battle.cpp index 457c37a..05bacd4 100644 --- a/src/map/battle.cpp +++ b/src/map/battle.cpp @@ -5,9 +5,9 @@ #include "../strings/fstring.hpp" #include "../strings/zstring.hpp" +#include "../io/cxxstdio.hpp" #include "../io/read.hpp" -#include "../common/cxxstdio.hpp" #include "../common/nullpo.hpp" #include "../common/random.hpp" |