]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: include system header files first
authorMasatake YAMATO <yamato@redhat.com>
Wed, 19 Jul 2023 21:34:30 +0000 (06:34 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 23 Jul 2023 17:01:25 +0000 (02:01 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-unkn.c

index 462f44e9074d334c0e6a4b170a573c5cc1e468ca..8a494122ca25182e359c73e333f33fe65147d4de 100644 (file)
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include <sys/timerfd.h>
+#include <time.h>
+
 #include "xalloc.h"
 #include "nls.h"
 #include "libsmartcols.h"
+
 #include "signames.h"
 #include "timeutils.h"
 
 #include "lsfd.h"
 
-#include <sys/timerfd.h>
-#include <time.h>
-
 struct unkn {
        struct file file;
        const struct anon_ops *anon_ops;