forked from mirror/OpenTTD
(svn r22819) -Fix: include the header where it should be included
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "landscape.h"
|
||||
#include "company_func.h"
|
||||
#include "thread/thread.h"
|
||||
#include "genworld.h"
|
||||
#include "gfxinit.h"
|
||||
#include "window_func.h"
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include "landscape_type.h"
|
||||
#include "querystring_gui.h"
|
||||
#include "town.h"
|
||||
#include "thread/thread.h"
|
||||
#include "settings_func.h"
|
||||
#include "core/geometry_func.hpp"
|
||||
#include "core/random_func.hpp"
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include "newgrf_text.h"
|
||||
#include "window_func.h"
|
||||
#include "progress.h"
|
||||
#include "thread/thread.h"
|
||||
#include "video/video_driver.hpp"
|
||||
|
||||
#include "fileio_func.h"
|
||||
|
@@ -12,6 +12,8 @@
|
||||
#ifndef PROGRESS_H
|
||||
#define PROGRESS_H
|
||||
|
||||
#include "thread/thread.h"
|
||||
|
||||
static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 200; ///< Timeout between redraws
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user