mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 19:02:41 +01:00
Codechange: Remove unnecessary 'core' includes. (#14867)
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#ifndef HASHTABLE_HPP
|
||||
#define HASHTABLE_HPP
|
||||
|
||||
#include "../core/math_func.hpp"
|
||||
|
||||
template <class TItem>
|
||||
struct HashTableSlot
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user