diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 07:41:52 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 13:31:16 +0100 |
commit | e93672eeac655122f9a8d3348b2c73efc9795ea6 (patch) | |
tree | 2085b4cf58667471a0370f48aa0e35fcc81d2ff4 /src/core/execute.h | |
parent | lockfile: drop unnecessary headers from lockfile-util.h (diff) | |
download | systemd-e93672eeac655122f9a8d3348b2c73efc9795ea6.tar.xz systemd-e93672eeac655122f9a8d3348b2c73efc9795ea6.zip |
tree-wide: drop missing.h from headers and use relevant missing_*.h
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index 16124cf28c..fb8c752efa 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -16,7 +16,7 @@ typedef struct Manager Manager; #include "cgroup-util.h" #include "fdset.h" #include "list.h" -#include "missing.h" +#include "missing_resource.h" #include "namespace.h" #include "nsflags.h" |