1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

Fixed path for included .h files

This commit is contained in:
Sebastien Helleu
2004-09-19 06:59:18 +00:00
parent 9f5c71ca98
commit 24508e733c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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"
+2 -2
View File
@@ -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"