From f32da1f64c316511355f43ef1c3526d939ba0d0b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 20 May 1995 06:51:33 -0400 Subject: [PATCH] #include config.h before any other .h file. From-SVN: r9753 --- gcc/cpperror.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/cpperror.c b/gcc/cpperror.c index ad918482d2a..9da16bc880e 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -22,13 +22,13 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. You are forbidden to forbid anyone else to use, share and improve what you give them. Help stamp out software-hoarding! */ -#include "cpplib.h" -#include - #ifndef EMACS #include "config.h" #endif /* not EMACS */ +#include "cpplib.h" +#include + /* Print the file names and line numbers of the #include commands which led to the current file. */ -- 2.30.2