forked from Imagelibrary/binutils-gdb
sim: replace -I$srcroot/opcodes include with -I$srcroot
Clean up includes a bit by making ports include opcodes/ headers explicitly. This matches other projects, and makes it more clear where these headers are coming from.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#define WITH_SCACHE_PBB 1
|
||||
|
||||
#include "sim-basics.h"
|
||||
#include "lm32-desc.h"
|
||||
#include "lm32-opc.h"
|
||||
#include "opcodes/lm32-desc.h"
|
||||
#include "opcodes/lm32-opc.h"
|
||||
#include "arch.h"
|
||||
#include "sim-base.h"
|
||||
#include "cgen-sim.h"
|
||||
|
||||
Reference in New Issue
Block a user