bfd/
[deliverable/binutils-gdb.git] / binutils / rclex.l
index f5ca8d803af7d89b369aa670ac6c3967b1d5984e..cbc5c00d563a6523602f7dd06fd9bcb8e1336c65 100644 (file)
@@ -1,5 +1,5 @@
 %{ /* rclex.l -- lexer for Windows rc files parser  */
-/* Copyright 1997, 1998, 1999, 2001, 2002, 2003, 2005
+/* Copyright 1997, 1998, 1999, 2001, 2002, 2003, 2005, 2007
    Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
@@ -24,8 +24,8 @@
    Windows rc file parser.  It basically just recognized a bunch of
    keywords.  */
 
+#include "sysdep.h"
 #include "bfd.h"
-#include "bucomm.h"
 #include "libiberty.h"
 #include "safe-ctype.h"
 #include "windres.h"
This page took 0.025595 seconds and 4 git commands to generate.