Remove a few unneeded includes in DataStaticsFields.cpp

develop
lethosor 2016-08-08 11:45:00 -04:00
parent 72900fdfae
commit 298d16238e
1 changed files with 4 additions and 10 deletions

@ -1,20 +1,14 @@
#include "Internal.h"
#include "DataDefs.h"
#include "MiscUtils.h"
#include "VersionInfo.h"
#include <stddef.h>
#ifndef STATIC_FIELDS_GROUP
#include "df/world.h"
#include "df/world_data.h"
#include "df/ui.h"
#include "DataDefs.h"
#endif
#include "DataIdentity.h"
#include "DataFuncs.h"
#include <stddef.h>
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Winvalid-offsetof"
#endif
namespace df {
#define NUMBER_IDENTITY_TRAITS(category, type) \