summaryrefslogtreecommitdiffstats
path: root/src/core/execute.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 07:41:52 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 13:31:16 +0100
commite93672eeac655122f9a8d3348b2c73efc9795ea6 (patch)
tree2085b4cf58667471a0370f48aa0e35fcc81d2ff4 /src/core/execute.h
parentlockfile: drop unnecessary headers from lockfile-util.h (diff)
downloadsystemd-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.h2
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"