X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fdevice_open.c;h=2b35ad8a3379f24adf8199f301ad01e62f0bf387;hb=9af7c9d6b62ceb07a9ba24cee0cf4a08c689235e;hp=c788b698261af83280668d99db6e40154a4b53ce;hpb=bd8f43dbab871d19484887556632af50749786b6;p=oweals%2Fbusybox.git 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) {