summaryrefslogtreecommitdiff
path: root/binutils/winduni.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-04-26 14:47:00 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-04-26 14:47:00 +0000
commita541e7f6cfe30a81bea0f98333420d243a969dfb (patch)
treed30f8b4e117a4dc65846ab3810e53b7cd4856ba5 /binutils/winduni.c
parentbf5d753d0049850d7406c49bb8347bcbd141644d (diff)
downloadbinutils-redhat-a541e7f6cfe30a81bea0f98333420d243a969dfb.tar.gz
bfd/
Many files: Include sysdep.h before bfd.h. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. binutils/ * bucumm.h: Split off host dependencies to.. * sysdep.h: ..here. Many files: Include sysdep.h. Remove duplicate headers and reorder. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ Many files: Include sysdep.h first. Remove duplicate headers. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * ns32k-dis.c: Include sysdep.h first.
Diffstat (limited to 'binutils/winduni.c')
-rw-r--r--binutils/winduni.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/winduni.c b/binutils/winduni.c
index b172b5e219..cd02666d0e 100644
--- a/binutils/winduni.c
+++ b/binutils/winduni.c
@@ -1,5 +1,6 @@
/* winduni.c -- unicode support for the windres program.
- Copyright 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 2000, 2001, 2003, 2007
+ Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
This file is part of GNU Binutils.
@@ -27,8 +28,8 @@
hosts, but that seems better than not really supporting unicode at
all. */
+#include "sysdep.h"
#include "bfd.h"
-#include "bucomm.h"
#include "winduni.h"
#include "safe-ctype.h"