Removed unneccessary #include <config.h> from examples
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 25 Sep 2017 09:17:11 +0000 (10:17 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 25 Sep 2017 09:17:11 +0000 (10:17 +0100)
Fixes: #208.
12 files changed:
example/cuse.c
example/cuse_client.c
example/hello.c
example/hello_ll.c
example/invalidate_path.c
example/ioctl.c
example/ioctl_client.c
example/notify_inval_entry.c
example/notify_inval_inode.c
example/notify_store_retrieve.c
example/null.c
example/passthrough_ll.c

index b5ac1220bfa7deb30357753fe851b822e78e9352..d192de2a31f38ac52c2c93fa0bf91e34b5a6b3ae 100644 (file)
@@ -33,8 +33,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <cuse_lowlevel.h>
 #include <fuse_opt.h>
 #include <stddef.h>
index 64c1a8aa71a4e05c37c121cf519b3c3b7c830140..dbb2cb7c683da0abd61fd15047e51667db97a74b 100755 (executable)
@@ -37,8 +37,6 @@
  */
 
 
-#include <config.h>
-
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/stat.h>
index 430a7692130c625f5f3c88616e3a625c275fc043..95aed48bc5c41541d3d785720729070609398c73 100644 (file)
@@ -21,8 +21,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <fuse.h>
 #include <stdio.h>
 #include <string.h>
index 74d7191db936a45fad368a65678d51e4d26a4c11..601cf93f386bbb32237fcaa64c96f6586911af28 100644 (file)
@@ -20,8 +20,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <fuse_lowlevel.h>
 #include <stdio.h>
 #include <stdlib.h>
index afa1339989a9d905afaafe8a83e9ce89ebbfacbd..74c83c325971160b8491720891090b1ca8573290 100644 (file)
 
 #define FUSE_USE_VERSION 31
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <fuse.h>
 #include <fuse_lowlevel.h>  /* for fuse_cmdline_opts */
 
index 40538018489bf99bd5d9f8955a5979a4f2ce0a53..75991d75319995e2d6779a36b5d86d6b06fe9c5f 100644 (file)
@@ -24,8 +24,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <fuse.h>
 #include <stdlib.h>
 #include <stdio.h>
index b5732d614309286300684ce4f614222407ad6a3d..f1878fb0a1c0cc6051b3efa04a7883e69182f150 100644 (file)
@@ -21,8 +21,6 @@
  * \include ioctl_client.c
  */
 
-#include <config.h>
-
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/stat.h>
index b30d073021b57601489c05f57531b5c24f29c5f9..aef5f0ff200ffbcd2663630905cc7fa69ffc3b5c 100644 (file)
@@ -75,8 +75,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <fuse_lowlevel.h>
 #include <stdio.h>
 #include <stdlib.h>
index ebc5a5cd98640c7ca9f7fdf1da8172e5798a53b1..0cee6e647e04f510c083e902ffb09073debaddb4 100644 (file)
@@ -61,8 +61,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <fuse_lowlevel.h>
 #include <stdio.h>
 #include <stdlib.h>
index 79617e53a0d0577cfcb3cdfa8f2a72afa7b3f7e9..7305ef9dc1e9bd231bf283ea4d383303e96552d7 100644 (file)
@@ -60,8 +60,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <fuse_lowlevel.h>
 #include <stdio.h>
 #include <stdlib.h>
index 3c9033bcc4d70dbf0545460303e14a2b89e5b7c4..c90e86da85898993b665b66449656aac43e41c18 100644 (file)
@@ -24,8 +24,6 @@
 
 #define FUSE_USE_VERSION 31
 
-#include <config.h>
-
 #include <fuse.h>
 #include <fuse_lowlevel.h>
 #include <stdio.h>
index b68f086eaab812502ceefe562f7b266f66354485..711c926b36e5ce3a8de36a4e284585617def044a 100644 (file)
 #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>