reorder includes

This commit is contained in:
2024-09-20 21:28:02 -05:00
committed by Celtic Minstrel
parent 34b7eb9a76
commit 2d0b249d43

View File

@@ -6,12 +6,12 @@
// //
// //
#include <vector>
#include "catch.hpp" #include "catch.hpp"
#include "scenario/town.hpp" #include "scenario/town.hpp"
#include "scenario/scenario.hpp" #include "scenario/scenario.hpp"
#include "oldstructs.hpp" #include "oldstructs.hpp"
#include "fileio/fileio.hpp" #include "fileio/fileio.hpp"
#include <vector>
#include "fileio/resmgr/res_image.hpp" #include "fileio/resmgr/res_image.hpp"
#include "fileio/resmgr/res_sound.hpp" #include "fileio/resmgr/res_sound.hpp"
#include "fileio/resmgr/res_strings.hpp" #include "fileio/resmgr/res_strings.hpp"