lib: clang-format ostree.h

In order to make this work, we need to move the autocleanup
definitions after the other headers.
This commit is contained in:
Colin Walters 2023-05-01 13:51:47 -04:00
parent f56131976e
commit abd5427c3b

View File

@ -20,26 +20,28 @@
#pragma once
#include <ostree-async-progress.h>
#include <ostree-bootconfig-parser.h>
#include <ostree-content-writer.h>
#include <ostree-core.h>
#include <ostree-repo.h>
#include <ostree-repo-os.h>
#include <ostree-mutable-tree.h>
#include <ostree-remote.h>
#include <ostree-repo-file.h>
#include <ostree-sysroot.h>
#include <ostree-sysroot-upgrader.h>
#include <ostree-deployment.h>
#include <ostree-bootconfig-parser.h>
#include <ostree-diff.h>
#include <ostree-gpg-verify-result.h>
#include <ostree-kernel-args.h>
#include <ostree-mutable-tree.h>
#include <ostree-ref.h>
#include <ostree-repo-finder.h>
#include <ostree-remote.h>
#include <ostree-repo-file.h>
#include <ostree-repo-finder-avahi.h>
#include <ostree-repo-finder-config.h>
#include <ostree-repo-finder-mount.h>
#include <ostree-repo-finder-override.h>
#include <ostree-kernel-args.h>
#include <ostree-repo-finder.h>
#include <ostree-repo-os.h>
#include <ostree-repo.h>
#include <ostree-sign.h>
#include <ostree-autocleanups.h>
#include <ostree-sysroot-upgrader.h>
#include <ostree-sysroot.h>
#include <ostree-version.h>
// Include after type definitions
#include <ostree-autocleanups.h>