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/char/fwd.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/char/fwd.hpp') diff --git a/src/char/fwd.hpp b/src/char/fwd.hpp index 31cd1ba..ff2bf22 100644 --- a/src/char/fwd.hpp +++ b/src/char/fwd.hpp @@ -20,6 +20,17 @@ #include "../sanity.hpp" +#include "../ints/fwd.hpp" // rank 1 +#include "../strings/fwd.hpp" // rank 1 +#include "../generic/fwd.hpp" // rank 3 +#include "../io/fwd.hpp" // rank 4 +#include "../net/fwd.hpp" // rank 5 +#include "../mmo/fwd.hpp" // rank 6 +#include "../proto2/fwd.hpp" // rank 8 +#include "../high/fwd.hpp" // rank 9 +#include "../wire/fwd.hpp" // rank 9 +// char/fwd.hpp is rank ∞ because it is an executable + namespace tmwa { -- cgit v1.2.3-60-g2f50