From 8ca4506ee9ad4bfd490d1e9a7ab2cfb02f1ba3d7 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 6 Feb 2016 18:13:03 +0100 Subject: Changed PCRE to properly use the system-provided pcre.h Signed-off-by: Haru --- src/map/npc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h index 568ddfe87..be878933e 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -27,6 +27,8 @@ #include "common/hercules.h" #include "common/db.h" +#include + struct hplugin_data_store; struct view_data; @@ -308,9 +310,6 @@ void npc_defaults(void); HPShared struct npc_interface *npc; -/* comes from npc_chat.c */ -#include - /** * Structure containing all info associated with a single pattern block */ -- cgit v1.2.3-60-g2f50