aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authoryangyun <yangyun50@huawei.com>2024-08-20 19:28:23 +0800
committerBernd Schubert <bernd.schubert@fastmail.fm>2024-08-26 18:01:33 +0200
commitd30247c36dadd386b994cd47ad84351ae68cc94c (patch)
tree1d5ea5fdbd851d076a6468759761691103f4a06f /example
parentc9bf7d3e20ec5c86dd590f695b92e65142491d0e (diff)
downloadlibfuse-d30247c36dadd386b994cd47ad84351ae68cc94c.tar.gz
remove unused headers in example/poll_client
fuse_config.h is used in libfuse internally. This may confuse developers that fuse_config.h is used in the examples.
Diffstat (limited to 'example')
-rw-r--r--example/poll_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/poll_client.c b/example/poll_client.c
index e51bd0e..83c5823 100644
--- a/example/poll_client.c
+++ b/example/poll_client.c
@@ -19,7 +19,6 @@
* \include poll_client.c
*/
-#include <fuse_config.h>
#include <sys/select.h>
#include <sys/time.h>