diff options
author | 2021-02-25 21:50:49 -0500 | |
---|---|---|
committer | 2021-02-25 21:50:49 -0500 | |
commit | b466a9ca61e41f1043475960f4cdde47f62c0cec (patch) | |
tree | e8dda4da64d9bc6d605640df2431c6bc579b8c11 | |
parent | 77b293b797ff21274f1cc0956933a84e786b65c6 (diff) |
egret, cuda: don't include mac.h, they're independent devices now [R. Belmont]
-rw-r--r-- | src/mame/machine/cuda.cpp | 1 | ||||
-rw-r--r-- | src/mame/machine/egret.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/cuda.cpp b/src/mame/machine/cuda.cpp index 9be2fbd3dbc..52194dbee55 100644 --- a/src/mame/machine/cuda.cpp +++ b/src/mame/machine/cuda.cpp @@ -40,7 +40,6 @@ #include "emu.h" #include "cuda.h" -#include "includes/mac.h" #include "cpu/m6805/m6805.h" #include "sound/asc.h" diff --git a/src/mame/machine/egret.cpp b/src/mame/machine/egret.cpp index 961a37e3b3a..b9056c215af 100644 --- a/src/mame/machine/egret.cpp +++ b/src/mame/machine/egret.cpp @@ -39,7 +39,6 @@ #include "emu.h" #include "egret.h" -#include "includes/mac.h" #include "cpu/m6805/m6805.h" #include "sound/asc.h" |