diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-19 06:59:18 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-19 06:59:18 +0000 |
commit | 24508e733c87cef33ed89bba86adcdc09b635945 (patch) | |
tree | 9f18aed246328e0bacbfd7313751180c8dbecb74 | |
parent | 9f5c71ca98077ac223754745c92502b177150d59 (diff) | |
download | weechat-24508e733c87cef33ed89bba86adcdc09b635945.zip |
Fixed path for included .h files
-rw-r--r-- | src/gui/gui-common.c | 4 | ||||
-rw-r--r-- | 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" |