mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-28 14:44:28 +01:00
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#ifndef KDTREE_HPP
|
||||
#define KDTREE_HPP
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
/**
|
||||
* K-dimensional tree, specialised for 2-dimensional space.
|
||||
* This is not intended as a primary storage of data, but as an index into existing data.
|
||||
|
||||
Reference in New Issue
Block a user