diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-24 21:33:02 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-24 21:33:02 +0200 |
commit | 1a75c8e1be58a25510642605dcd40c5c65e9c3f3 (patch) | |
tree | 5b2dfa67be95015059d13a6af0955767137c634d /src/common/cfgfiles.c | |
parent | 6d356a5e5165dfa214b2bd9fa01f67b809643c59 (diff) |
A lot more rebranding
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r-- | src/common/cfgfiles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 2312dada..9f3bc920 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -23,12 +23,12 @@ #include <sys/types.h> #include <sys/stat.h> -#include "xchat.h" +#include "hexchat.h" #include "cfgfiles.h" #include "util.h" #include "fe.h" #include "text.h" -#include "xchatc.h" +#include "hexchatc.h" #ifdef WIN32 #include <io.h> |