chiark / gitweb /
Rename formats-util.h to format-util.h
[elogind.git] / src / libelogind / sd-login / test-login.c
index a1b95963c625bebeec6f75afbf81b976bbf7ec8c..e1559c68842f1e1171e87de20dbf796872bcb7b1 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
 
 #include "alloc-util.h"
 #include "fd-util.h"
-#include "formats-util.h"
-#include "musl_missing.h"
+#include "format-util.h"
 #include "string-util.h"
 #include "strv.h"
 #include "util.h"
 
+/// Additional includes needed by elogind
+#include "musl_missing.h"
+
 static void test_login(void) {
         _cleanup_close_pair_ int pair[2] = { -1, -1 };
         _cleanup_free_ char *pp = NULL, *qq = NULL;