1
0
Fork 0

Codechange: Remove table/strings include from header files.

This was accidentally providing coverage to basically all source files...
pull/13859/head
Peter Nelson 2025-03-21 01:26:04 +00:00
parent b973e94b32
commit 13580fd594
No known key found for this signature in database
GPG Key ID: 8EF8F0A467DF75ED
2 changed files with 0 additions and 4 deletions

View File

@ -20,8 +20,6 @@
#include "script_types.hpp"
#include "script_log_types.hpp"
#include "table/strings.h"
/**
* The callback function for Mode-classes.
*/

View File

@ -12,8 +12,6 @@
#include "core/enum_type.hpp"
#include "zoom_type.h"
#include "strings_type.h"
#include "table/strings.h"
class LinkGraphOverlay;