From 24508e733c87cef33ed89bba86adcdc09b635945 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 19 Sep 2004 06:59:18 +0000 Subject: Fixed path for included .h files --- src/gui/gui-common.c | 4 ++-- weechat/src/gui/gui-common.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/gui-common.c b/src/gui/gui-common.c index 454dd02b6..147f583ce 100644 --- a/src/gui/gui-common.c +++ b/src/gui/gui-common.c @@ -34,8 +34,8 @@ #include "../common/weechat.h" #include "gui.h" -#include "../../common/weeconfig.h" -#include "../../common/hotlist.h" +#include "../common/weeconfig.h" +#include "../common/hotlist.h" #include "../irc/irc.h" diff --git a/weechat/src/gui/gui-common.c b/weechat/src/gui/gui-common.c index 454dd02b6..147f583ce 100644 --- a/weechat/src/gui/gui-common.c +++ b/weechat/src/gui/gui-common.c @@ -34,8 +34,8 @@ #include "../common/weechat.h" #include "gui.h" -#include "../../common/weeconfig.h" -#include "../../common/hotlist.h" +#include "../common/weeconfig.h" +#include "../common/hotlist.h" #include "../irc/irc.h" -- cgit v1.2.3