From 93cc7779e0c121b75183920173f37cd1ee9d59cf Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 1 Dec 2015 23:22:03 +0100 Subject: basic: re-sort includes My previous patch to only include what we use accidentially placed the added inlcudes in non-sorted order. --- src/basic/fileio-label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/basic/fileio-label.c') diff --git a/src/basic/fileio-label.c b/src/basic/fileio-label.c index 52a1515cd7..1cee87c9cd 100644 --- a/src/basic/fileio-label.c +++ b/src/basic/fileio-label.c @@ -23,8 +23,8 @@ #include #include "fileio-label.h" -#include "selinux-util.h" #include "fileio.h" +#include "selinux-util.h" int write_string_file_atomic_label(const char *fn, const char *line) { int r; -- cgit v1.2.3-54-g00ecf