about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-22 23:59:52 +0100
committerJames Booth <boothj5@gmail.com>2016-05-22 23:59:52 +0100
commitfb34785566c59e055399d2c5eb8378ea44c8c983 (patch)
tree9f74fbdf31d50b5b28671b679f0ec5c9e8b0be41 /src/ui/core.c
parentcd15a271533df18d0ae54bf7a40f80b08e13b7af (diff)
downloadprofani-tty-fb34785566c59e055399d2c5eb8378ea44c8c983.tar.gz
Rename command sources
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 4397044b..3a89008f 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -55,8 +55,8 @@
 #endif
 
 #include "chat_session.h"
-#include "command/command.h"
-#include "command/cmd_autocomplete.h"
+#include "command/cmd_defs.h"
+#include "command/cmd_ac.h"
 #include "common.h"
 #include "config/preferences.h"
 #include "config/theme.h"