commit c0264acab8d04ef4b1721a8522fe99101d959254
parent 05ff5221dc5b6b6d044a76af95bee09d40def165
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 29 Jun 2018 20:01:11 +0200
Sort headers
Diffstat:
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -10,15 +10,15 @@
//
#define _GNU_SOURCE
-#include <sys/stat.h>
+#include <ansilove.h>
+#include <err.h>
+#include <getopt.h>
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdbool.h>
-#include <getopt.h>
+#include <sys/stat.h>
#include <unistd.h>
-#include <err.h>
-#include <ansilove.h>
#ifndef HAVE_PLEDGE
#include "pledge.h"
@@ -28,10 +28,10 @@
#include "strtonum.h"
#endif
-#include "config.h"
-#include "strtolower.h"
#include "ansilove.h"
+#include "config.h"
#include "sauce.h"
+#include "strtolower.h"
// prototypes
void showHelp(void);
diff --git a/src/sauce.h b/src/sauce.h
@@ -10,9 +10,9 @@
//
#define _XOPEN_SOURCE 700
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stdint.h>
#include <string.h>
#ifndef sauce_h
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -9,9 +9,9 @@
// See the LICENSE file for details.
//
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
-#include <ctype.h>
#ifndef strtolower_h
#define strtolower_h