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.
This commit is contained in:
yangyun 2024-08-20 19:28:23 +08:00 committed by Bernd Schubert
parent c9bf7d3e20
commit d30247c36d

View File

@ -19,7 +19,6 @@
* \include poll_client.c
*/
#include <fuse_config.h>
#include <sys/select.h>
#include <sys/time.h>