]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/hibernate-resume/hibernate-resume.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / hibernate-resume / hibernate-resume.c
index 1f3b1699056dcb52014c11ad7fb325ff1cbf1fee..2e1259ef6833f9b0561d933cc190f3470b2c95fb 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
 #include <errno.h>
+#include <stdio.h>
 #include <sys/stat.h>
 
+#include "alloc-util.h"
+#include "fileio.h"
 #include "log.h"
 #include "util.h"
-#include "fileio.h"
 
 int main(int argc, char *argv[]) {
         struct stat st;