mirror of https://github.com/OpenTTD/OpenTTD
(svn r2137) - CodeChange: Remove unnecessary preprocessor magic
parent
f35b59aded
commit
64533d53dc
|
@ -21,11 +21,9 @@
|
||||||
#include "signs.h"
|
#include "signs.h"
|
||||||
#include "waypoint.h"
|
#include "waypoint.h"
|
||||||
|
|
||||||
#ifdef ENABLE_NETWORK
|
|
||||||
#include "network_data.h"
|
#include "network_data.h"
|
||||||
#include "network_client.h"
|
#include "network_client.h"
|
||||||
#include "network_server.h"
|
#include "network_server.h"
|
||||||
#endif /* ENABLE_NETWORK */
|
|
||||||
|
|
||||||
#include "table/animcursors.h"
|
#include "table/animcursors.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue