diff options
Diffstat (limited to 'src/console/consoled.c')
-rw-r--r-- | src/console/consoled.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console/consoled.c b/src/console/consoled.c index 6f65dcdcb9..26dd068f5c 100644 --- a/src/console/consoled.c +++ b/src/console/consoled.c @@ -21,11 +21,9 @@ #include <errno.h> #include <stdlib.h> -#include <string.h> #include "consoled.h" #include "log.h" #include "sd-daemon.h" -#include "util.h" int main(int argc, char *argv[]) { _cleanup_(manager_freep) Manager *m = NULL; |