diff options
| author | Jan Sucan <jan@jansucan.com> | 2021-05-30 18:10:42 +0200 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2021-05-30 18:10:42 +0200 |
| commit | f1ced068f1eccdf2866a91334d4e271e8f94802d (patch) | |
| tree | 3b582b4a96dacdc8bb1420dae964a49f8f7bbfdd /src/print.c | |
| parent | e19731f6d38aa0931f59bba95565c8f40f1dc3b0 (diff) | |
Unify ordering of the includes
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/print.c b/src/print.c index fc0c923..1dcb75a 100644 --- a/src/print.c +++ b/src/print.c @@ -24,11 +24,11 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "print.h" + #include <stdarg.h> #include <stdio.h> -#include "print.h" - #define PRINT_ERROR_PREFIX "ERROR: " #define PRINT_ERROR_SUFFIX "\n" |
