diff options
author | Eric Andersen | 2001-06-28 03:22:19 +0000 |
---|---|---|
committer | Eric Andersen | 2001-06-28 03:22:19 +0000 |
commit | 184d73636d2bbf334b39087a10618e5339b6bd18 (patch) | |
tree | a1d7a94fb2c579e621e3142000b8e7cea4317b8f /shell | |
parent | 028b65b0606b3c44db768ccfd591dda914581b4a (diff) | |
download | busybox-184d73636d2bbf334b39087a10618e5339b6bd18.zip busybox-184d73636d2bbf334b39087a10618e5339b6bd18.tar.gz |
Remove unneeded stuff.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/cmdedit.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <stddef.h> -#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 */ |