File diff r10959:4b345c618e31 → r10960:e97ebf9cf99b
src/genworld_gui.cpp
Show inline comments
 
@@ -3,22 +3,17 @@
 
/** @file genworld_gui.cpp GUI to configure and show progress during map generation. */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "heightmap.h"
 
#include "gui.h"
 
#include "window_gui.h"
 
#include "textbuf_gui.h"
 
#include "gfxinit.h"
 
#include "command_func.h"
 
#include "variables.h"
 
#include "settings_func.h"
 
#include "debug.h"
 
#include "genworld.h"
 
#include "network/network.h"
 
#include "thread.h"
 
#include "newgrf_config.h"
 
#include "strings_func.h"
 
#include "window_func.h"
 
#include "date_func.h"
 
#include "sound_func.h"
 
#include "fios.h"