(svn r20409) -Codechange: reduce the number of includes needed by newgrf.h

This commit is contained in:
rubidium
2010-08-08 09:07:40 +00:00
parent eb7ea24aec
commit 92767f454e
3 changed files with 8 additions and 9 deletions

View File

@@ -13,6 +13,8 @@
#define NEWGRF_DEBUG_H
#include "newgrf.h"
#include "core/smallvec_type.hpp"
#include "tile_type.h"
#include "vehicle_type.h"
/** Current state of spritepicker */