Some of them are needed but included elsewhere, e.g. <string.h> included in xcommon.h, but at least <sys/random.h> is removed due further code simplification. Fixes: 6fd2732d ("export: Add fsidd") Signed-off-by: Petr Vorel <pvorel@xxxxxxx> --- support/reexport/fsidd.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/support/reexport/fsidd.c b/support/reexport/fsidd.c index d4b245e8..3e62b3fc 100644 --- a/support/reexport/fsidd.c +++ b/support/reexport/fsidd.c @@ -7,16 +7,6 @@ #include <dlfcn.h> #endif #include <event2/event.h> -#include <limits.h> -#include <stdint.h> -#include <stdio.h> -#include <sys/random.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <sys/types.h> -#include <sys/un.h> -#include <sys/vfs.h> -#include <unistd.h> #include "conffile.h" #include "reexport_backend.h" -- 2.42.0