1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-25 21:24:12 +01:00

(svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree

This commit is contained in:
rubidium
2011-01-22 10:33:16 +00:00
parent 6ff844e7c4
commit 9e8db65223
64 changed files with 53 additions and 18 deletions

View File

@@ -9,6 +9,7 @@
/** @file ai_date.cpp Implementation of AIDate. */
#include "../../stdafx.h"
#include "ai_date.hpp"
#include "../../date_func.h"