1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

Fixed bad header name in gui-common.c

This commit is contained in:
Sebastien Helleu
2006-11-08 15:15:03 +00:00
parent d6a85fd553
commit 2aeb867fb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#include "../common/hotlist.h"
#include "../common/log.h"
#include "../common/utf8.h"
#include "../common/util.c"
#include "../common/util.h"
#include "../irc/irc.h"
+1 -1
View File
@@ -41,7 +41,7 @@
#include "../common/hotlist.h"
#include "../common/log.h"
#include "../common/utf8.h"
#include "../common/util.c"
#include "../common/util.h"
#include "../irc/irc.h"