remove unused headers in example/poll_client
authoryangyun <yangyun50@huawei.com>
Tue, 20 Aug 2024 11:28:23 +0000 (19:28 +0800)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Mon, 26 Aug 2024 16:01:33 +0000 (18:01 +0200)
fuse_config.h is used in libfuse internally. This may confuse developers
that fuse_config.h is used in the examples.

example/poll_client.c

index e51bd0ed4cc6251f7723428e8159ed352cd61b37..83c58239c563dee48854371f4d94b009b215d334 100644 (file)
@@ -19,7 +19,6 @@
  * \include poll_client.c
  */
 
-#include <fuse_config.h>
 
 #include <sys/select.h>
 #include <sys/time.h>