diff options
Diffstat (limited to 'parsing.c')
-rw-r--r-- | parsing.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,7 +8,6 @@ #include "channel.h" #include "user.h" #include "word.h" -#include "export_xml.h" #include "config.h" #define NICK_BUFFER_SIZE 0x100 @@ -349,7 +348,6 @@ void process() { file = file->next; } - export_xml(channel, users); user_free(); word_free(); } |