summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-03 16:32:04 -0300
committermongo <andmarti@gmail.com>2017-04-03 16:32:04 -0300
commit451d00fc159a9811f036994a39d2c8646d01e7ee (patch)
treeb3c6588b79d444578ef5bc668562be5f0db40c39 /src/cmds_command.c
parente829f116491fa441452cbc77cb52e1a511fb13ba (diff)
cleaning code. removing unneeded/comments lines. starting to isolate UI code
Diffstat (limited to 'src/cmds_command.c')
-rw-r--r--src/cmds_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds_command.c b/src/cmds_command.c
index 7f09401..634eec4 100644
--- a/src/cmds_command.c
+++ b/src/cmds_command.c
@@ -12,7 +12,7 @@
#include "cmds.h"
#include "utils/string.h"
#include "utils/dictionary.h"
-#include "screen.h"
+#include "tui.h"
#include "file.h"
#include "main.h"
#include "interp.h"