1
0
Fork 0

Cleanup: Remove now-unneeded includes from yapf. (#13088)

pull/13089/head
Peter Nelson 2024-11-16 23:23:06 +00:00 committed by GitHub
parent ec1dc434ac
commit 04b6dfae48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,8 @@
#define YAPF_COMMON_HPP
#include "../../core/bitmath_func.hpp"
#include "../../direction_type.h"
#include "../../map_func.h"
#include "../../tile_type.h"
#include "../../track_type.h"
#include "../pathfinder_type.h"
/** YAPF origin provider base class - used when origin is one tile / multiple trackdirs */
template <class Types>

View File

@ -10,7 +10,6 @@
#ifndef YAPF_COSTCACHE_HPP
#define YAPF_COSTCACHE_HPP
#include "../../timer/timer_game_calendar.h"
#include "../../misc/hashtable.hpp"
#include "../../tile_type.h"
#include "../../track_type.h"

View File

@ -9,7 +9,6 @@
#include "../../stdafx.h"
#include "../../ship.h"
#include "../../industry.h"
#include "../../vehicle_func.h"
#include "yapf.hpp"