aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-09-25 10:17:11 +0100
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-09-25 10:17:11 +0100
commitf750abb75715ff893dd05b8942b1216ff5467b36 (patch)
tree0e1ad9cd89e0869a718751599239f7034b27cb1a /example
parent379ce422681214ace82111d81c0c7027d58f66e4 (diff)
Removed unneccessary #include <config.h> from examples
Fixes: #208.
Diffstat (limited to 'example')
-rw-r--r--example/cuse.c2
-rwxr-xr-xexample/cuse_client.c2
-rw-r--r--example/hello.c2
-rw-r--r--example/hello_ll.c2
-rw-r--r--example/invalidate_path.c4
-rw-r--r--example/ioctl.c2
-rw-r--r--example/ioctl_client.c2
-rw-r--r--example/notify_inval_entry.c2
-rw-r--r--example/notify_inval_inode.c2
-rw-r--r--example/notify_store_retrieve.c2
-rw-r--r--example/null.c2
-rw-r--r--example/passthrough_ll.c4
12 files changed, 0 insertions, 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 <config.h>
-
#include <cuse_lowlevel.h>
#include <fuse_opt.h>
#include <stddef.h>
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 <config.h>
-
#include <sys/types.h>
#include <fcntl.h>
#include <sys/stat.h>
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 <config.h>
-
#include <fuse.h>
#include <stdio.h>
#include <string.h>
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 <config.h>
-
#include <fuse_lowlevel.h>
#include <stdio.h>
#include <stdlib.h>
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 <config.h>
-#endif
-
#include <fuse.h>
#include <fuse_lowlevel.h> /* 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 <config.h>
-
#include <fuse.h>
#include <stdlib.h>
#include <stdio.h>
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 <config.h>
-
#include <sys/types.h>
#include <fcntl.h>
#include <sys/stat.h>
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 <config.h>
-
#include <fuse_lowlevel.h>
#include <stdio.h>
#include <stdlib.h>
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 <config.h>
-
#include <fuse_lowlevel.h>
#include <stdio.h>
#include <stdlib.h>
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 <config.h>
-
#include <fuse_lowlevel.h>
#include <stdio.h>
#include <stdlib.h>
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 <config.h>
-
#include <fuse.h>
#include <fuse_lowlevel.h>
#include <stdio.h>
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 <config.h>
-#endif
-
#include <fuse_lowlevel.h>
#include <unistd.h>
#include <stdlib.h>