forked from mirror/OpenTTD
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -3,15 +3,11 @@
|
||||
/** @file newgrf_cargo.cpp Implementation of NewGRF cargoes. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "debug.h"
|
||||
#include "cargotype.h"
|
||||
#include "newgrf.h"
|
||||
#include "newgrf_callbacks.h"
|
||||
#include "newgrf_spritegroup.h"
|
||||
#include "newgrf_cargo.h"
|
||||
|
||||
|
||||
static uint32 CargoGetRandomBits(const ResolverObject *object)
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user