aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
commit4ab25db9aad167a3a3be5a3764d63d44d14bfdac (patch)
tree5966d651dcb5588e24106791f9cd3647f358112b /libbb/lineedit.c
parent3ea433409694393b67dd9dee3b184268ab75ac56 (diff)
downloadbusybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.gz
busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.bz2
busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.zip
delete tons of extra #includes
git-svn-id: svn://busybox.net/trunk/busybox@18717 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r--libbb/lineedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c
index 9bbc7097d..b950d7f26 100644
--- a/libbb/lineedit.c
+++ b/libbb/lineedit.c
@@ -28,7 +28,7 @@
28 - not true viewing if length prompt less terminal width 28 - not true viewing if length prompt less terminal width
29 */ 29 */
30 30
31#include <sys/ioctl.h> 31//#include <sys/ioctl.h>
32#include "libbb.h" 32#include "libbb.h"
33 33
34 34