2005-05-05 James E Wilson * ia64-opc.c: Include sysdep.h before libiberty.h. Index: ia64-opc.c =================================================================== RCS file: /cvs/src/src/opcodes/ia64-opc.c,v retrieving revision 1.8 diff -p -p -r1.8 ia64-opc.c *** ia64-opc.c 3 Mar 2005 11:49:49 -0000 1.8 --- ia64-opc.c 5 May 2005 20:05:54 -0000 *************** *** 20,27 **** 02111-1307, USA. */ #include "ansidecl.h" - #include "libiberty.h" #include "sysdep.h" #include "ia64-asmtab.h" #include "ia64-asmtab.c" --- 20,27 ---- 02111-1307, USA. */ #include "ansidecl.h" #include "sysdep.h" + #include "libiberty.h" #include "ia64-asmtab.h" #include "ia64-asmtab.c"