mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-19 11:39:35 +01:00
Codechange: Remove table/strings include from header files.
This was accidentally providing coverage to basically all source files...
This commit is contained in:
parent
3503082f19
commit
6297b49a00
@ -20,8 +20,6 @@
|
||||
#include "script_types.hpp"
|
||||
#include "script_log_types.hpp"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
/**
|
||||
* The callback function for Mode-classes.
|
||||
*/
|
||||
|
@ -12,8 +12,6 @@
|
||||
|
||||
#include "core/enum_type.hpp"
|
||||
#include "zoom_type.h"
|
||||
#include "strings_type.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
class LinkGraphOverlay;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user