From f750abb75715ff893dd05b8942b1216ff5467b36 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 25 Sep 2017 10:17:11 +0100 Subject: [PATCH] Removed unneccessary #include from examples Fixes: #208. --- example/cuse.c | 2 -- example/cuse_client.c | 2 -- example/hello.c | 2 -- example/hello_ll.c | 2 -- example/invalidate_path.c | 4 ---- example/ioctl.c | 2 -- example/ioctl_client.c | 2 -- example/notify_inval_entry.c | 2 -- example/notify_inval_inode.c | 2 -- example/notify_store_retrieve.c | 2 -- example/null.c | 2 -- example/passthrough_ll.c | 4 ---- 12 files changed, 28 deletions(-) diff --git a/example/cuse.c b/example/cuse.c index b5ac122..d192de2 100644 --- a/example/cuse.c +++ b/example/cuse.c @@ -33,8 +33,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/cuse_client.c b/example/cuse_client.c index 64c1a8a..dbb2cb7 100755 --- a/example/cuse_client.c +++ b/example/cuse_client.c @@ -37,8 +37,6 @@ */ -#include - #include #include #include diff --git a/example/hello.c b/example/hello.c index 430a769..95aed48 100644 --- a/example/hello.c +++ b/example/hello.c @@ -21,8 +21,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/hello_ll.c b/example/hello_ll.c index 74d7191..601cf93 100644 --- a/example/hello_ll.c +++ b/example/hello_ll.c @@ -20,8 +20,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/invalidate_path.c b/example/invalidate_path.c index afa1339..74c83c3 100644 --- a/example/invalidate_path.c +++ b/example/invalidate_path.c @@ -27,10 +27,6 @@ #define FUSE_USE_VERSION 31 -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include /* for fuse_cmdline_opts */ diff --git a/example/ioctl.c b/example/ioctl.c index 4053801..75991d7 100644 --- a/example/ioctl.c +++ b/example/ioctl.c @@ -24,8 +24,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/ioctl_client.c b/example/ioctl_client.c index b5732d6..f1878fb 100644 --- a/example/ioctl_client.c +++ b/example/ioctl_client.c @@ -21,8 +21,6 @@ * \include ioctl_client.c */ -#include - #include #include #include diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c index b30d073..aef5f0f 100644 --- a/example/notify_inval_entry.c +++ b/example/notify_inval_entry.c @@ -75,8 +75,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c index ebc5a5c..0cee6e6 100644 --- a/example/notify_inval_inode.c +++ b/example/notify_inval_inode.c @@ -61,8 +61,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c index 79617e5..7305ef9 100644 --- a/example/notify_store_retrieve.c +++ b/example/notify_store_retrieve.c @@ -60,8 +60,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/null.c b/example/null.c index 3c9033b..c90e86d 100644 --- a/example/null.c +++ b/example/null.c @@ -24,8 +24,6 @@ #define FUSE_USE_VERSION 31 -#include - #include #include #include diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c index b68f086..711c926 100644 --- a/example/passthrough_ll.c +++ b/example/passthrough_ll.c @@ -37,10 +37,6 @@ #define _GNU_SOURCE #define FUSE_USE_VERSION 31 -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include #include -- 2.30.2