* plugin.cc: Include "gold.h" before other header files.
This commit is contained in:
parent
2f8132f3e5
commit
1c7814eddb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-10-11 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* plugin.cc: Include "gold.h" before other header files.
|
||||
|
||||
2009-10-10 Chris Demetriou <cgd@google.com>
|
||||
|
||||
* options.h (Input_file_argument::Input_file_type): New enum.
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
// Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
// MA 02110-1301, USA.
|
||||
|
||||
#include "gold.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <cstring>
|
||||
|
@ -30,7 +32,6 @@
|
|||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#include "gold.h"
|
||||
#include "parameters.h"
|
||||
#include "errors.h"
|
||||
#include "fileread.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue