summaryrefslogtreecommitdiff
path: root/src/commands/ed.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/commands/ed.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commands/ed.c b/src/commands/ed.c
index ca25de1..ed4ce24 100644
--- a/src/commands/ed.c
+++ b/src/commands/ed.c
@@ -1,11 +1,6 @@
#include "../command.h"
#include "../util//regex.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-
#define INPUT_LEN 1024
static char** lines = NULL;