summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenis Vlasenko2006-12-24 07:30:09 +0000
committerDenis Vlasenko2006-12-24 07:30:09 +0000
commit7cea262273659e9894d446a3f9ea6b83fb18892a (patch)
tree299558d0939d916961a8ab55c23a0be6f9e15442 /libbb
parenta5b3e76c38371c2c5781c11cfe5980aeb041e034 (diff)
downloadbusybox-7cea262273659e9894d446a3f9ea6b83fb18892a.zip
busybox-7cea262273659e9894d446a3f9ea6b83fb18892a.tar.gz
small stupid changes. no code changes
Diffstat (limited to 'libbb')
-rw-r--r--libbb/device_open.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libbb/device_open.c b/libbb/device_open.c
index c788b69..2b35ad8 100644
--- a/libbb/device_open.c
+++ b/libbb/device_open.c
@@ -7,11 +7,8 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
-#include <stdio.h>
-#include <fcntl.h>
#include "libbb.h"
-
/* try to open up the specified device */
int device_open(const char *device, int mode)
{