From: Joseph Myers Date: Sat, 30 Sep 2000 08:05:55 +0000 (+0100) Subject: * i386.c: Move include of "config.h" to before that of . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fba7553329dace8b58789ffcadcb6149d9bdc8e;p=gcc.git * i386.c: Move include of "config.h" to before that of . From-SVN: r36677 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51c42f220cd..9570b2835c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-09-30 Joseph S. Myers + + * i386.c: Move include of "config.h" to before that of . + 2000-09-30 Joseph S. Myers * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi: diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index b66e5a4df56..1f0bee79f9f 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -19,8 +19,8 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include "config.h" +#include #include "system.h" #include "rtl.h" #include "tree.h"