Codechange: Include more relevant headers for script_storage. (#14437)

This commit is contained in:
Peter Nelson
2025-07-14 07:49:50 +01:00
committed by GitHub
parent 1d38cbafcb
commit a6143eea21
2 changed files with 7 additions and 7 deletions

View File

@@ -12,12 +12,10 @@
#include <queue>
#include "../signs_func.h"
#include "../vehicle_func.h"
#include "../command_type.h"
#include "../company_type.h"
#include "../rail_type.h"
#include "../road_type.h"
#include "../group.h"
#include "../goal_type.h"
#include "../story_type.h"
#include "script_types.hpp"
#include "script_log_types.hpp"