From 8fce88b1485f92beaf4bb114d4b2b1195a898461 Mon Sep 17 00:00:00 2001 From: vda Date: Sun, 24 Dec 2006 07:30:09 +0000 Subject: small stupid changes. no code changes git-svn-id: svn://busybox.net/trunk/busybox@17069 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/device_open.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbb') diff --git a/libbb/device_open.c b/libbb/device_open.c index c788b6982..2b35ad8a3 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 -#include #include "libbb.h" - /* try to open up the specified device */ int device_open(const char *device, int mode) { -- cgit v1.2.3-55-g6feb