summaryrefslogtreecommitdiff
path: root/system-helper
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2019-11-20 15:35:24 -0800
committerPhilip Chimento <philip@endlessm.com>2019-12-06 13:26:49 -0800
commit0da49895ab3d0b37f0a81002773932d3865c207d (patch)
treeb82d228b584c7e93da89dc41c30a9a4562fd5ae0 /system-helper
parent9b3156fb49a4b7fe289a4441cfe86acb491497dc (diff)
downloadflatpak-0da49895ab3d0b37f0a81002773932d3865c207d.tar.gz
Alphabetize and standardize some header includes
Cleanup commit, doesn't change functionality, but we'll be adding some files to these lists in a subsequent commit.
Diffstat (limited to 'system-helper')
-rw-r--r--system-helper/flatpak-system-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/system-helper/flatpak-system-helper.c b/system-helper/flatpak-system-helper.c
index a6eeac47..8d11f181 100644
--- a/system-helper/flatpak-system-helper.c
+++ b/system-helper/flatpak-system-helper.c
@@ -36,10 +36,10 @@
#include "flatpak-dbus-generated.h"
#include "flatpak-dir-private.h"
-#include "flatpak-oci-registry-private.h"
#include "flatpak-error.h"
-#include "flatpak-utils-private.h"
+#include "flatpak-oci-registry-private.h"
#include "flatpak-utils-base-private.h"
+#include "flatpak-utils-private.h"
static PolkitAuthority *authority = NULL;
static FlatpakSystemHelper *helper = NULL;