aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HeaderOrder.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt
index ff92bac2d..054086d40 100644
--- a/scripts/HeaderOrder.txt
+++ b/scripts/HeaderOrder.txt
@@ -3,10 +3,10 @@
// and each of these groups are then divided into directory groups.
// C standard library
+#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <stddef.h>
#include <stdarg.h>
#include <time.h>
#include <math.h>