sim: ppc: drop unnecessary config includes
This file is compiled for the --host & --build system which leads to including the configure generated config.h in both environments. This obviously doesn't work when the two targets don't look alike at all and can cause build failures here (e.g. a mingw host & a linux build). Since we don't actually need any config settings in this very simple file, drop the includes entirely.
This commit is contained in:
parent
3660254ee0
commit
74e43bd231
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@
|
|||
|
||||
*/
|
||||
|
||||
/* This must come before any other includes. */
|
||||
#include "defs.h"
|
||||
|
||||
#include "ppc-config.h"
|
||||
#include "filter_filename.h"
|
||||
|
||||
/* Shorten traces by eliminating the directory component to filenames. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue