tree-wide: Fix various include ordering issues

This fixes the build with `clang-format`.
This commit is contained in:
Colin Walters 2023-05-01 14:02:09 -04:00
parent abd5427c3b
commit 0e4768094c
8 changed files with 8 additions and 7 deletions

View File

@ -16,6 +16,7 @@
*/
#include "config.h"
#include "ostree-bootloader.h"
G_DEFINE_INTERFACE (OstreeBootloader, _ostree_bootloader, G_TYPE_OBJECT)

View File

@ -17,7 +17,8 @@
#pragma once
#include <gio/gio.h>
#include <ostree.h>
#include "otutil.h"
G_BEGIN_DECLS

View File

@ -19,10 +19,9 @@
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <gio/gunixoutputstream.h>
#include <gio/gmemoryoutputstream.h>
#include "ostree-core-private.h"
#include "ostree-repo-private.h"

View File

@ -27,7 +27,6 @@
#include <string.h>
#include <unistd.h>
#include "ot-main.h"
#include "ot-builtins.h"
static OstreeCommand commands[] = {

View File

@ -21,7 +21,7 @@
#pragma once
#include <ostree.h>
#include "ot-main.h"
G_BEGIN_DECLS

View File

@ -19,7 +19,7 @@
#pragma once
#include <ostree.h>
#include "ot-main.h"
G_BEGIN_DECLS

View File

@ -20,7 +20,7 @@
#pragma once
#include <ostree.h>
#include "ot-main.h"
G_BEGIN_DECLS

View File

@ -24,6 +24,7 @@
#include "config.h"
#include "ostree.h"
#include "ot-main.h"
G_BEGIN_DECLS