From b37c0a116ec723c0628a058130c26239c9ec7724 Mon Sep 17 00:00:00 2001 From: Damien George <damien.p.george@gmail.com> Date: Fri, 2 May 2014 16:24:31 +0000 Subject: [PATCH] unix-cpy: Put mpconfig.h before all other headers. --- unix-cpy/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix-cpy/main.c b/unix-cpy/main.c index 6cdd72c5d..3f42398f5 100644 --- a/unix-cpy/main.c +++ b/unix-cpy/main.c @@ -3,9 +3,9 @@ #include <stdio.h> #include <string.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "lexer.h" #include "lexerunix.h" -- GitLab