From 080980071b952141275526f1745d8d74c10e4deb Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 1 Jun 2015 17:13:08 +0200 Subject: Removed ".." from include directives - Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru --- src/char/inter.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/char/inter.h') diff --git a/src/char/inter.h b/src/char/inter.h index a58d3b3a9..2bf8d0847 100644 --- a/src/char/inter.h +++ b/src/char/inter.h @@ -6,8 +6,9 @@ #define CHAR_INTER_H #include "char.h" -#include "../common/cbasetypes.h" -#include "../common/sql.h" + +#include "common/cbasetypes.h" +#include "common/sql.h" struct accreg; -- cgit v1.2.3-60-g2f50