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/login-util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/basic/login-util.c') diff --git a/src/basic/login-util.c b/src/basic/login-util.c index 41cef14e73..4e08fe3895 100644 --- a/src/basic/login-util.c +++ b/src/basic/login-util.c @@ -19,7 +19,8 @@ along with systemd; If not, see . ***/ -#include "def.h" +#include + #include "login-util.h" #include "string-util.h" -- cgit v1.2.3-54-g00ecf