From: Miklos Szeredi Date: Thu, 25 Oct 2001 14:19:43 +0000 (+0000) Subject: improvements X-Git-Tag: fuse_0_9~15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=724f2bc50ab0dc38248c2dfc6414506f29b10d55;p=qemu-gpiodev%2Flibfuse.git improvements --- diff --git a/request.c b/request.c deleted file mode 100644 index d12a4c8..0000000 --- a/request.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) - - This program can be distributed under the terms of the GNU GPL. - See the file COPYING. -*/ - -#include "fuse_i.h" - -#include -#include -#include - - - -/* - * Local Variables: - * indent-tabs-mode: t - * c-basic-offset: 8 - * End: - */ diff --git a/util.c b/util.c index 281725c..c20ab64 100644 --- a/util.c +++ b/util.c @@ -10,7 +10,6 @@ #include #include -#include #include #define FUSE_VERSION "0.1"