mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
(svn r23474) -Codechange: move the declaration error related functions to error.h
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "../core/random_func.hpp"
|
||||
#include "../date_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../gui.h"
|
||||
#include "../error.h"
|
||||
#include "../rev.h"
|
||||
#include "network.h"
|
||||
#include "network_base.h"
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#include "../rev.h"
|
||||
#include "../ai/ai.hpp"
|
||||
#include "../window_func.h"
|
||||
#include "../gui.h"
|
||||
#include "../error.h"
|
||||
#include "../base_media_base.h"
|
||||
#include "../settings_type.h"
|
||||
#include "network_content.h"
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#include "../strings_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../window_func.h"
|
||||
#include "../gui.h"
|
||||
#include "../error.h"
|
||||
#include "../ai/ai.hpp"
|
||||
#include "../base_media_base.h"
|
||||
#include "../sortlist_type.h"
|
||||
|
Reference in New Issue
Block a user