From 222661cb8e42e818f873bf4a4ec524274314919b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 18 May 2012 05:32:03 +0000 Subject: * config/obj-evax.c: Include as.h first. --- gas/config/obj-evax.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gas/config') diff --git a/gas/config/obj-evax.c b/gas/config/obj-evax.c index b66e2c3..2fda63d 100644 --- a/gas/config/obj-evax.c +++ b/gas/config/obj-evax.c @@ -1,5 +1,6 @@ /* obj-evax.c - EVAX (openVMS/Alpha) object file format. - Copyright 1996, 1997, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 1996, 1997, 2005, 2007, 2008, 2009, 2010, 2011, 2012 + Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. Extensively enhanced by Douglas Rupp of AdaCore. @@ -23,9 +24,9 @@ #define OBJ_HEADER "obj-evax.h" +#include "as.h" #include "bfd.h" #include "vms.h" -#include "as.h" #include "subsegs.h" #include "struc-symbol.h" #include "safe-ctype.h" -- cgit v1.1