From a3a1f0571808374771bc42b8be5a6930ffec3d23 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 19:17:31 -0600 Subject: [PATCH] zonedb and zoning header spacing --- zone/zonedb.cpp | 3 +++ zone/zoning.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index b56bd9a1b..deff17e91 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -1,14 +1,17 @@ + #include "../common/extprofile.h" #include "../common/item.h" #include "../common/rulesys.h" #include "../common/string_util.h" + #include "client.h" #include "corpse.h" #include "groups.h" #include "merc.h" #include "zone.h" #include "zonedb.h" + #include #include diff --git a/zone/zoning.cpp b/zone/zoning.cpp index 354ad2b33..55d4d3366 100644 --- a/zone/zoning.cpp +++ b/zone/zoning.cpp @@ -19,6 +19,7 @@ #include "../common/debug.h" #include "../common/rulesys.h" #include "../common/string_util.h" + #include "queryserv.h" #include "quest_parser_collection.h" #include "string_ids.h"