aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HeaderOrder.txt
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-03-25 10:44:25 +1100
committerNeil <nyamatongwe@gmail.com>2016-03-25 10:44:25 +1100
commit3b027520fbf13b7d12fec09b323f8b5547ca7c46 (patch)
tree0eec0694b4bbc29952649b600cde0e885033568e /scripts/HeaderOrder.txt
parent5bea41f3d72bfc7eb84faf8af14275391b46d1a5 (diff)
downloadscintilla-mirror-3b027520fbf13b7d12fec09b323f8b5547ca7c46.tar.gz
Since stddef.h is the most basic header, defining size_t, move it first.
Diffstat (limited to 'scripts/HeaderOrder.txt')
-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>