From 8384efd02f5d5307e9b2ad9e3d7ff910e7103723 Mon Sep 17 00:00:00 2001
From: andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Thu, 28 Jun 2001 03:22:19 +0000
Subject: Remove unneeded stuff.

git-svn-id: svn://busybox.net/trunk/busybox@2939 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 shell/cmdedit.h | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'shell')

diff --git a/shell/cmdedit.h b/shell/cmdedit.h
index 0ab94c6ce..9e3e44b36 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 */
-- 
cgit v1.2.3-55-g6feb