Fix format string warning
1 lines of code changed in 1 file:
Include project headers first
In the case that some system package installs a system-wide header file
named config.h, it will override our config.h, causing our build to
break. Prevent this from happening by changing the header file order to
bring in our header files first.
6 lines of code changed in 2 files: