Prevent src/devices from inadvertently including headers from src/mame. (#9996)

This commit is contained in:
Miodrag Milanović 2022-06-28 11:04:31 +02:00 committed by GitHub
parent 513e30cbbb
commit 1442ceeb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ function devicesProject(_target, _subtarget)
MAME_DIR .. "src/osd",
MAME_DIR .. "src/emu",
MAME_DIR .. "src/devices",
MAME_DIR .. "src/mame", -- used for sound amiga
MAME_DIR .. "src/lib",
MAME_DIR .. "src/lib/util",
MAME_DIR .. "3rdparty",