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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user