From 86395f53634b3ef1ce76a7f1e5edfdb61f8ffd80 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 25 Oct 2014 15:24:26 -0700 Subject: Fix header ranking --- src/ast/fwd.hpp | 6 ++++++ src/ast/npc.cpp | 7 +++++-- src/ast/npc.hpp | 5 ++++- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'src/ast') diff --git a/src/ast/fwd.hpp b/src/ast/fwd.hpp index 77328c9..4ab4490 100644 --- a/src/ast/fwd.hpp +++ b/src/ast/fwd.hpp @@ -20,6 +20,12 @@ #include "../sanity.hpp" +#include "../compat/fwd.hpp" // rank 2 +#include "../io/fwd.hpp" // rank 4 +#include "../net/fwd.hpp" // rank 5 +#include "../mmo/fwd.hpp" // rank 6 +#include "../high/fwd.hpp" // rank 9 +// ast/fwd.hpp is rank 10 namespace tmwa { diff --git a/src/ast/npc.cpp b/src/ast/npc.cpp index 362943c..ca518d8 100644 --- a/src/ast/npc.cpp +++ b/src/ast/npc.cpp @@ -18,11 +18,14 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#include "../compat/memory.hpp" + #include "../io/cxxstdio.hpp" +#include "../io/extract.hpp" -#include "../mmo/extract.hpp" +#include "../mmo/extract_enums.hpp" -#include "../map/clif.hpp" +#include "../high/extract_mmo.hpp" #include "../poison.hpp" diff --git a/src/ast/npc.hpp b/src/ast/npc.hpp index e39a704..648b40b 100644 --- a/src/ast/npc.hpp +++ b/src/ast/npc.hpp @@ -20,12 +20,15 @@ #include "fwd.hpp" +#include + #include "../compat/result.hpp" +#include "../mmo/clif.t.hpp" #include "../mmo/ids.hpp" #include "../mmo/strs.hpp" -#include "../map/map.hpp" +#include "../net/timer.t.hpp" #include "script.hpp" -- cgit v1.2.3-60-g2f50