diff options
Diffstat (limited to 'src/command/command.c')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 9be99743..d4ad2d1a 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -46,9 +46,9 @@ #include "tools/autocomplete.h" #include "tools/parser.h" #include "tools/tinyurl.h" -#include "ui/ui.h" #include "xmpp/xmpp.h" #include "xmpp/bookmark.h" +#include "ui/ui.h" typedef char*(*autocompleter)(char*, int*); |