mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
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:
parent
f56131976e
commit
abd5427c3b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user