diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-10-19 06:36:47 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-10-19 06:36:47 +0200 |
commit | c3912df05b17c513a54b237227a8c96c51bd41ca (patch) | |
tree | ea2418e3e24cbeb9b96b5b5ceb044ee80c4bd2d6 /tests/unittests | |
parent | 4d7a496ae2dff956d473b2951f4232b45cbf6d1a (diff) | |
download | profani-tty-c3912df05b17c513a54b237227a8c96c51bd41ca.tar.gz |
Move ProfMessage and message_is_sent_by_us to xmpp
Not meant for internal usage only.
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c index 94129b30..9cc60fad 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -3,7 +3,6 @@ #include <setjmp.h> #include <cmocka.h> -#include "xmpp/message.h" #include "xmpp/xmpp.h" // connection functions |