diff options
-rw-r--r-- | gtk/PlatGTK.cxx | 2 | ||||
-rw-r--r-- | scripts/HeaderOrder.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 063c42b3a..45cc0aa92 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -3,10 +3,10 @@ // Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. +#include <stddef.h> #include <stdlib.h> #include <string.h> #include <stdio.h> -#include <stddef.h> #include <math.h> #include <string> 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> |