header file ordering change

This is groundwork for some other changes.

Include integer.h ahead of global.h in config.h.
This commit is contained in:
nhmall
2022-03-11 07:33:28 -05:00
parent d4cec7d947
commit a16f17a029
2 changed files with 1 additions and 1 deletions

View File

@@ -648,6 +648,7 @@ typedef unsigned char uchar;
# endif
#endif
#include "integer.h"
#include "global.h" /* Define everything else according to choices above */
#endif /* CONFIG_H */

View File

@@ -1,7 +1,6 @@
/* CC0 (Public domain) - see http://creativecommons.org/publicdomain/zero/1.0/ for details */
#if !defined(_isaac64_H)
# define _isaac64_H (1)
# include <integer.h>