Skip to content

Commit

Permalink
Removed unneccessary #include <config.h> from examples
Browse files Browse the repository at this point in the history
Fixes: #208.
  • Loading branch information
Nikratio committed Sep 25, 2017
1 parent 379ce42 commit f750abb
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions example/cuse.c
Expand Up @@ -33,8 +33,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <cuse_lowlevel.h> #include <cuse_lowlevel.h>
#include <fuse_opt.h> #include <fuse_opt.h>
#include <stddef.h> #include <stddef.h>
Expand Down
2 changes: 0 additions & 2 deletions example/cuse_client.c
Expand Up @@ -37,8 +37,6 @@
*/ */




#include <config.h>

#include <sys/types.h> #include <sys/types.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h> #include <sys/stat.h>
Expand Down
2 changes: 0 additions & 2 deletions example/hello.c
Expand Up @@ -21,8 +21,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <fuse.h> #include <fuse.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
Expand Down
2 changes: 0 additions & 2 deletions example/hello_ll.c
Expand Up @@ -20,8 +20,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <fuse_lowlevel.h> #include <fuse_lowlevel.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
4 changes: 0 additions & 4 deletions example/invalidate_path.c
Expand Up @@ -27,10 +27,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <fuse.h> #include <fuse.h>
#include <fuse_lowlevel.h> /* for fuse_cmdline_opts */ #include <fuse_lowlevel.h> /* for fuse_cmdline_opts */


Expand Down
2 changes: 0 additions & 2 deletions example/ioctl.c
Expand Up @@ -24,8 +24,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <fuse.h> #include <fuse.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions example/ioctl_client.c
Expand Up @@ -21,8 +21,6 @@
* \include ioctl_client.c * \include ioctl_client.c
*/ */


#include <config.h>

#include <sys/types.h> #include <sys/types.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h> #include <sys/stat.h>
Expand Down
2 changes: 0 additions & 2 deletions example/notify_inval_entry.c
Expand Up @@ -75,8 +75,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <fuse_lowlevel.h> #include <fuse_lowlevel.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions example/notify_inval_inode.c
Expand Up @@ -61,8 +61,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <fuse_lowlevel.h> #include <fuse_lowlevel.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions example/notify_store_retrieve.c
Expand Up @@ -60,8 +60,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <fuse_lowlevel.h> #include <fuse_lowlevel.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions example/null.c
Expand Up @@ -24,8 +24,6 @@


#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#include <config.h>

#include <fuse.h> #include <fuse.h>
#include <fuse_lowlevel.h> #include <fuse_lowlevel.h>
#include <stdio.h> #include <stdio.h>
Expand Down
4 changes: 0 additions & 4 deletions example/passthrough_ll.c
Expand Up @@ -37,10 +37,6 @@
#define _GNU_SOURCE #define _GNU_SOURCE
#define FUSE_USE_VERSION 31 #define FUSE_USE_VERSION 31


#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <fuse_lowlevel.h> #include <fuse_lowlevel.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
Expand Down

0 comments on commit f750abb

Please sign in to comment.