From: Ian Lance Taylor Date: Mon, 12 Oct 2009 06:02:06 +0000 (+0000) Subject: * plugin.cc: Include "gold.h" before other header files. X-Git-Tag: sid-snapshot-20091101~248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c7814eddb5055274e4fba5a2910a18ab1175ef4;p=external%2Fbinutils.git * plugin.cc: Include "gold.h" before other header files. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index b39634d..8f0b895 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2009-10-11 Ian Lance Taylor + + * plugin.cc: Include "gold.h" before other header files. + 2009-10-10 Chris Demetriou * options.h (Input_file_argument::Input_file_type): New enum. diff --git a/gold/plugin.cc b/gold/plugin.cc index 6170d74..ed334ab 100644 --- a/gold/plugin.cc +++ b/gold/plugin.cc @@ -20,6 +20,8 @@ // Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, // MA 02110-1301, USA. +#include "gold.h" + #include #include #include @@ -30,7 +32,6 @@ #include #endif -#include "gold.h" #include "parameters.h" #include "errors.h" #include "fileread.h"