summaryrefslogtreecommitdiff
path: root/src/basic/label.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-12-01 23:22:03 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-12-01 23:40:17 +0100
commit93cc7779e0c121b75183920173f37cd1ee9d59cf (patch)
treec6250457bc9893684ea63e014daf7a049c536d68 /src/basic/label.c
parentc0f1f52317e6128f44b235aa6edf86ddf2043aaf (diff)
basic: re-sort includes
My previous patch to only include what we use accidentially placed the added inlcudes in non-sorted order.
Diffstat (limited to 'src/basic/label.c')
-rw-r--r--src/basic/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/label.c b/src/basic/label.c
index 70e6ee20bf..f72a985967 100644
--- a/src/basic/label.c
+++ b/src/basic/label.c
@@ -24,9 +24,9 @@
#include <unistd.h>
#include "label.h"
+#include "macro.h"
#include "selinux-util.h"
#include "smack-util.h"
-#include "macro.h"
int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs) {
int r, q;