diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 23:02:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 23:02:19 -0400 |
commit | e02dbe472a1129a521c91419ad02391aa8f67187 (patch) | |
tree | 4665fb08215c70c5dccac3248b020e422f94f075 /src/systemd-nspawn | |
parent | e332f2dc5c9b511fee235b4977ec2b6180578fc1 (diff) |
run notsd-fixup on the gperf files
Diffstat (limited to 'src/systemd-nspawn')
-rw-r--r-- | src/systemd-nspawn/nspawn-gperf.gperf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/systemd-nspawn/nspawn-gperf.gperf b/src/systemd-nspawn/nspawn-gperf.gperf index 2b5d452662..dd3c1b3b88 100644 --- a/src/systemd-nspawn/nspawn-gperf.gperf +++ b/src/systemd-nspawn/nspawn-gperf.gperf @@ -1,8 +1,10 @@ %{ #include <stddef.h> -#include "conf-parser.h" -#include "nspawn-settings.h" + +#include "shared/conf-parser.h" + #include "nspawn-expose-ports.h" +#include "nspawn-settings.h" %} struct ConfigPerfItem; %null_strings |