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/map/channel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map/channel.h') diff --git a/src/map/channel.h b/src/map/channel.h index 8fbf08d42..dbf9ba94f 100644 --- a/src/map/channel.h +++ b/src/map/channel.h @@ -4,11 +4,11 @@ #ifndef MAP_CHANNEL_H #define MAP_CHANNEL_H -#include +#include "map/map.h" +#include "common/cbasetypes.h" +#include "common/db.h" -#include "map.h" -#include "../common/cbasetypes.h" -#include "../common/db.h" +#include /** * Declarations -- cgit v1.2.3-60-g2f50