zonedb and zoning header spacing

This commit is contained in:
Akkadius 2014-12-15 19:17:31 -06:00
parent 7f1ba17894
commit a3a1f05718
2 changed files with 4 additions and 0 deletions

View File

@ -1,14 +1,17 @@
#include "../common/extprofile.h" #include "../common/extprofile.h"
#include "../common/item.h" #include "../common/item.h"
#include "../common/rulesys.h" #include "../common/rulesys.h"
#include "../common/string_util.h" #include "../common/string_util.h"
#include "client.h" #include "client.h"
#include "corpse.h" #include "corpse.h"
#include "groups.h" #include "groups.h"
#include "merc.h" #include "merc.h"
#include "zone.h" #include "zone.h"
#include "zonedb.h" #include "zonedb.h"
#include <ctime> #include <ctime>
#include <iostream> #include <iostream>

View File

@ -19,6 +19,7 @@
#include "../common/debug.h" #include "../common/debug.h"
#include "../common/rulesys.h" #include "../common/rulesys.h"
#include "../common/string_util.h" #include "../common/string_util.h"
#include "queryserv.h" #include "queryserv.h"
#include "quest_parser_collection.h" #include "quest_parser_collection.h"
#include "string_ids.h" #include "string_ids.h"