From 90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 21 Jan 2013 21:50:36 -0800 Subject: Remove unnecessary includes, speeding up recompilation --- 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 7d12033..ad1084a 100644 --- a/src/common/nullpo.hpp +++ b/src/common/nullpo.hpp @@ -25,7 +25,7 @@ /// Used by macros in this header bool nullpo_chk(const char *file, int line, const char *func, - const void *target); + const void *target); /// Used only by map/battle.c void nullpo_info(const char *file, int line, const char *func); -- cgit v1.2.3-70-g09d2