From 184d73636d2bbf334b39087a10618e5339b6bd18 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 28 Jun 2001 03:22:19 +0000 Subject: Remove unneeded stuff. --- shell/cmdedit.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shell') diff --git a/shell/cmdedit.h b/shell/cmdedit.h index 0ab94c6..9e3e44b 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h @@ -1,14 +1,8 @@ #ifndef CMDEDIT_H #define CMDEDIT_H -#ifdef BB_FEATURE_COMMAND_EDITING -#include -#include "busybox.h" - void cmdedit_init(void); void cmdedit_terminate(void); void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ -#endif /* BB_FEATURE_COMMAND_EDITING */ - #endif /* CMDEDIT_H */ -- cgit v1.1