]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/fileio-label.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / basic / fileio-label.c
index f596f1d11fc6d54be479bfd8f13c35079c5cf857..0405822ce08c4511cadefca4e4c8d2411b823cae 100644 (file)
@@ -20,9 +20,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "util.h"
-#include "selinux-util.h"
 #include "fileio-label.h"
+#include "selinux-util.h"
+#include "util.h"
 
 int write_string_file_atomic_label(const char *fn, const char *line) {
         int r;