Merge pull request #2503 from lucab/ups/libostree-content-writer-header

lib: use ostree-content-writer header
This commit is contained in:
Colin Walters 2022-01-03 10:14:48 -05:00 committed by GitHub
commit a27ccc96fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ libostree_public_headers = \
src/libostree/ostree.h \
src/libostree/ostree-async-progress.h \
src/libostree/ostree-autocleanups.h \
src/libostree/ostree-content-writer.h \
src/libostree/ostree-core.h \
src/libostree/ostree-dummy-enumtypes.h \
src/libostree/ostree-mutable-tree.h \

View File

@ -20,6 +20,7 @@
#pragma once
#include <ostree-async-progress.h>
#include <ostree-content-writer.h>
#include <ostree-core.h>
#include <ostree-repo.h>
#include <ostree-repo-os.h>