From 11c3a36649e5e5e77db499c92f3cdcbd619efd3a Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Mon, 30 Nov 2015 21:43:37 +0100 Subject: basic: include only what we use This is a cleaned up result of running iwyu but without forward declarations on src/basic. --- src/basic/fdset.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/basic/fdset.h') diff --git a/src/basic/fdset.h b/src/basic/fdset.h index 70d8acbcff..58a5b45f28 100644 --- a/src/basic/fdset.h +++ b/src/basic/fdset.h @@ -21,7 +21,11 @@ along with systemd; If not, see . ***/ +#include + #include "set.h" +#include "hashmap.h" +#include "macro.h" typedef struct FDSet FDSet; -- cgit v1.2.3-54-g00ecf