forked from mirror/OpenTTD
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "table/strings.h"
|
||||
#include "table/sprites.h"
|
||||
#include "gui.h"
|
||||
#include "textbuf_gui.h"
|
||||
#include "window_gui.h"
|
||||
@@ -21,6 +19,9 @@
|
||||
#include "gfx_func.h"
|
||||
#include "viewport_func.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "table/sprites.h"
|
||||
|
||||
static const Sign **_sign_sort;
|
||||
static uint _num_sign_sort;
|
||||
|
||||
|
Reference in New Issue
Block a user