]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/rlimit-util.c
Merge pull request #1607 from keszybz/lz4-remove-v1
[thirdparty/systemd.git] / src / basic / rlimit-util.c
index 2de965daa62f4b9837ce9d43e6ff7e0dd12392df..44f885db168b287e1de0de8892488f6f1ac51c41 100644 (file)
@@ -22,9 +22,9 @@
 #include <errno.h>
 #include <sys/resource.h>
 
+#include "macro.h"
 #include "missing.h"
 #include "rlimit-util.h"
-#include "macro.h"
 #include "string-table.h"
 
 int setrlimit_closest(int resource, const struct rlimit *rlim) {