diff options
Diffstat (limited to 'example/invalidate_path.c')
-rw-r--r-- | example/invalidate_path.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |