Moved functions to parser.c, moved parser to tools
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user