From 4420659effaee63e1a814e5aae1350f1924731ab Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 15 Nov 2013 21:52:11 -0800 Subject: Another step towards proper header ordering --- src/common/nullpo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/nullpo.hpp') diff --git a/src/common/nullpo.hpp b/src/common/nullpo.hpp index 9eb9ea9..26aab20 100644 --- a/src/common/nullpo.hpp +++ b/src/common/nullpo.hpp @@ -21,7 +21,7 @@ # define nullpo_ret(t) nullpo_retr(0, t) # define nullpo_retv(t) nullpo_retr(, t) -# include "sanity.hpp" +# include "../sanity.hpp" /// Used by macros in this header bool nullpo_chk(const char *file, int line, const char *func, -- cgit v1.2.3-70-g09d2