order of includes

This commit is contained in:
elvis
2022-05-02 23:26:05 +02:00
parent e095f4306f
commit 7b400f7466
3 changed files with 5 additions and 8 deletions

View File

@ -2,13 +2,13 @@
#include <ctype.h>
#include <errno.h>
#include <fts.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fts.h>
#include <time.h>
#include <unistd.h>