summaryrefslogtreecommitdiff
path: root/example/notify_inval_entry.c
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-09-25 10:17:11 +0100
committerNikolaus Rath <Nikolaus@rath.org>2017-09-25 10:17:11 +0100
commitf750abb75715ff893dd05b8942b1216ff5467b36 (patch)
tree0e1ad9cd89e0869a718751599239f7034b27cb1a /example/notify_inval_entry.c
parent379ce422681214ace82111d81c0c7027d58f66e4 (diff)
downloadfuse-f750abb75715ff893dd05b8942b1216ff5467b36.tar.gz
Removed unneccessary #include <config.h> from examples
Fixes: #208.
Diffstat (limited to 'example/notify_inval_entry.c')
-rw-r--r--example/notify_inval_entry.c2
1 files changed, 0 insertions, 2 deletions
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>