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

@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "bfd.h"
#include "dis-asm.h"
#include "m32c-desc.h"
#include "opcodes/m32c-desc.h"
#include "cpu.h"
#include "mem.h"