diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-12-06 09:43:31 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-12-06 09:51:12 +0100 |
commit | 8b5e2af10830d55b2032e6c79d0cd1f959bb5b7f (patch) | |
tree | aa4ec5b093b1d746b5a749c5f3546e11093fb4f6 /src | |
parent | 32bc8adcd836baff68e4d0f53b9a382f358cccf8 (diff) |
remove duplicated includes
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/condition.c | 1 | ||||
-rw-r--r-- | src/systemctl/systemctl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/condition.c b/src/shared/condition.c index c5a3caa4db..59f262244b 100644 --- a/src/shared/condition.c +++ b/src/shared/condition.c @@ -33,7 +33,6 @@ #include "fileio.h" #include "unit.h" #include "architecture.h" -#include "virt.h" #include "smack-util.h" #include "apparmor-util.h" #include "ima-util.h" diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index c60bab4b6d..d356686f78 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -73,7 +73,6 @@ #include "bus-message.h" #include "bus-error.h" #include "bus-errors.h" -#include "copy.h" #include "mkdir.h" static char **arg_types = NULL; |