From: Richard Stallman Date: Wed, 13 Oct 1993 00:20:47 +0000 (+0000) Subject: Include stdio.h after gvarargs.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfa3449bd467ccc9605050f47a3a02351809dd0f;p=gcc.git Include stdio.h after gvarargs.h. From-SVN: r5767 --- diff --git a/gcc/combine.c b/gcc/combine.c index d7bfaf2321b..bee4d534272 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -74,10 +74,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ combine anyway. */ #include "config.h" +#include "gvarargs.h" + /* Must precede rtl.h for FFS. */ #include -#include "gvarargs.h" #include "rtl.h" #include "flags.h" #include "regs.h"