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 */