File diff r15933:39e6324db57a → r15934:789c54d0000d
src/order_gui.cpp
Show inline comments
 
@@ -9,17 +9,16 @@
 

	
 
/** @file order_gui.cpp GUI related to orders. */
 

	
 
#include "stdafx.h"
 
#include "command_func.h"
 
#include "viewport_func.h"
 
#include "depot_base.h"
 
#include "depot_map.h"
 
#include "vehicle_gui.h"
 
#include "roadveh.h"
 
#include "timetable.h"
 
#include "cargotype.h"
 
#include "strings_func.h"
 
#include "window_func.h"
 
#include "vehicle_func.h"
 
#include "company_func.h"
 
#include "widgets/dropdown_func.h"
 
#include "textbuf_gui.h"
 
@@ -28,13 +27,12 @@
 
#include "network/network.h"
 
#include "station_base.h"
 
#include "waypoint_base.h"
 
#include "core/geometry_func.hpp"
 
#include "hotkeys.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
 

	
 
/** Widget numbers of the order window. */
 
enum OrderWindowWidgets {
 
	ORDER_WIDGET_CAPTION,
 
	ORDER_WIDGET_TIMETABLE_VIEW,