Moved functions to parser.c, moved parser to tools

This commit is contained in:
James Booth
2013-07-11 22:57:35 +01:00
parent 907beb55f6
commit 36265dde2f
6 changed files with 88 additions and 83 deletions

View File

@@ -30,7 +30,6 @@
#include "chat_session.h"
#include "command/command.h"
#include "command/history.h"
#include "command/parser.h"
#include "common.h"
#include "config/accounts.h"
#include "config/preferences.h"
@@ -41,6 +40,7 @@
#include "muc.h"
#include "profanity.h"
#include "tools/autocomplete.h"
#include "tools/parser.h"
#include "tools/tinyurl.h"
#include "ui/ui.h"
#include "xmpp/xmpp.h"