This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PR 12264 #include config.h first


Applied mainline and branch.

	PR gas/12264
	* compress-debug.c: Include config.h first.

Index: gas/compress-debug.c
===================================================================
RCS file: /cvs/src/src/gas/compress-debug.c,v
retrieving revision 1.1
diff -u -p -r1.1 compress-debug.c
--- gas/compress-debug.c	4 Jul 2010 10:08:58 -0000	1.1
+++ gas/compress-debug.c	25 Nov 2010 01:01:28 -0000
@@ -18,11 +18,9 @@
    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 
+#include "config.h"
 #include <stdio.h>
-
 #include "ansidecl.h"
-
-#include "config.h"
 #include "compress-debug.h"
 
 #ifdef HAVE_ZLIB_H

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]