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:
Mike Frysinger
2023-01-01 09:55:07 -05:00
parent 3002e78a7d
commit 60a1031181
12 changed files with 19 additions and 19 deletions

View File

@@ -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"