summaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
committermongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
commit123f5e42961779f739c6c68beec27b0f8b689c75 (patch)
tree6f62c393da82f3073a4a3a96729e0bf67ed85777 /src/history.c
parenta60fa43aedacc49397ff1f5e93af31e18c20eb65 (diff)
more cleaning
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/history.c b/src/history.c
index 24a73d6..e0e2bf5 100644
--- a/src/history.c
+++ b/src/history.c
@@ -25,8 +25,6 @@ void set_comp(int i) {
}
#if defined HISTORY_FILE
-
-#include <ncurses.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
@@ -35,7 +33,6 @@ void set_comp(int i) {
#include "sc.h"
#include "utils/string.h"
-
struct history * create_history(char mode) {
struct history * h = (struct history *) malloc (sizeof (struct history));
h->len = 0;