summaryrefslogtreecommitdiff
path: root/src/switchroot/ostree-system-generator.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-06-02 17:13:17 -0400
committerColin Walters <walters@verbum.org>2022-06-02 17:13:17 -0400
commit32ee82133bba68e7d57f65dc5f896c4c1363cdf1 (patch)
treed8c90c87ad677a39ffc1a31dff0dde9218b28b50 /src/switchroot/ostree-system-generator.c
parent485caca5383b2f0ec2f8f312c6f2c12b2e9b2e80 (diff)
downloadostree-32ee82133bba68e7d57f65dc5f896c4c1363cdf1.tar.gz
Rename ostree-cmdprivate to drop out of introspection
I was looking at our `.gir` and noticed we had the cmdprivate bits because the pattern for excluding headers is `-private.h`, which didn't match `cmdprivate.h`.
Diffstat (limited to 'src/switchroot/ostree-system-generator.c')
-rw-r--r--src/switchroot/ostree-system-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/switchroot/ostree-system-generator.c b/src/switchroot/ostree-system-generator.c
index 4b42176f..bd0901bc 100644
--- a/src/switchroot/ostree-system-generator.c
+++ b/src/switchroot/ostree-system-generator.c
@@ -27,7 +27,7 @@
#include <libglnx.h>
-#include "ostree-cmdprivate.h"
+#include "ostree-cmd-private.h"
#include "ostree-mount-util.h"
static const char *arg_dest = "/tmp";