diff options
author | James Booth <boothj5@gmail.com> | 2016-05-23 22:34:45 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-05-23 22:34:45 +0100 |
commit | 0edd4309257a8372761f44cbd576b027d1b9766c (patch) | |
tree | a34f200941578e4a6d351aacec4965f1c5207149 /tests/unittests/test_cmd_bookmark.c | |
parent | 3aa788772ea74724ca49ab8488168144bb287daa (diff) | |
parent | d0117cdabe5803867596c1256a68a22245abf166 (diff) | |
download | profani-tty-0edd4309257a8372761f44cbd576b027d1b9766c.tar.gz |
Merge branch 'cmd-tidy'
Diffstat (limited to 'tests/unittests/test_cmd_bookmark.c')
-rw-r--r-- | tests/unittests/test_cmd_bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_cmd_bookmark.c b/tests/unittests/test_cmd_bookmark.c index 8b8b4871..5b17c6e0 100644 --- a/tests/unittests/test_cmd_bookmark.c +++ b/tests/unittests/test_cmd_bookmark.c @@ -14,7 +14,7 @@ #include "muc.h" #include "common.h" -#include "command/commands.h" +#include "command/cmd_funcs.h" #include "xmpp/bookmark.h" |