mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Moved chat_state.c
This commit is contained in:
parent
25a6252a28
commit
310abd401d
@ -3,7 +3,7 @@ core_sources = \
|
||||
src/log.h src/profanity.c src/common.h \
|
||||
src/profanity.h src/xmpp/chat_session.c \
|
||||
src/xmpp/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
|
||||
src/chat_state.h src/chat_state.c \
|
||||
src/xmpp/chat_state.h src/xmpp/chat_state.c \
|
||||
src/resource.c src/resource.h \
|
||||
src/roster_list.c src/roster_list.h \
|
||||
src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/session.c \
|
||||
@ -62,7 +62,7 @@ unittest_sources = \
|
||||
src/profanity.h src/xmpp/chat_session.c \
|
||||
src/xmpp/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
|
||||
src/resource.c src/resource.h \
|
||||
src/chat_state.h src/chat_state.c \
|
||||
src/xmpp/chat_state.h src/xmpp/chat_state.c \
|
||||
src/roster_list.c src/roster_list.h \
|
||||
src/xmpp/xmpp.h src/xmpp/form.c \
|
||||
src/ui/ui.h \
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
#include "profanity.h"
|
||||
#include "xmpp/chat_session.h"
|
||||
#include "chat_state.h"
|
||||
#include "xmpp/chat_state.h"
|
||||
#include "config/accounts.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/theme.h"
|
||||
|
@ -54,7 +54,7 @@
|
||||
#endif
|
||||
|
||||
#include "command/cmd_ac.h"
|
||||
#include "chat_state.h"
|
||||
#include "xmpp/chat_state.h"
|
||||
#include "common.h"
|
||||
#include "config/accounts.h"
|
||||
#include "config/preferences.h"
|
||||
|
@ -46,7 +46,7 @@
|
||||
#endif
|
||||
|
||||
#include "ui/buffer.h"
|
||||
#include "chat_state.h"
|
||||
#include "xmpp/chat_state.h"
|
||||
#include "tools/autocomplete.h"
|
||||
|
||||
#define LAYOUT_SPLIT_MEMCHECK 12345671
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "ui/ui.h"
|
||||
#include "ui/buffer.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "chat_state.h"
|
||||
#include "xmpp/chat_state.h"
|
||||
|
||||
#ifdef HAVE_NCURSESW_NCURSES_H
|
||||
#include <ncursesw/ncurses.h>
|
||||
|
Loading…
Reference in New Issue
Block a user