diff options
author | 2010-01-10 18:00:42 +0000 | |
---|---|---|
committer | 2010-01-10 18:00:42 +0000 | |
commit | 2b23d7c017b38754363cea4467346e2f24286b2d (patch) | |
tree | 38b7e9b9521cffb2cbbde086ef265cc1fe5ad73f /src/emu/machine/6840ptm.c | |
parent | ade4b98d4caeae71e5ca32c8640de0a76560e4da (diff) |
Bulk driver.h -> emu.h switch.
Diffstat (limited to 'src/emu/machine/6840ptm.c')
-rw-r--r-- | src/emu/machine/6840ptm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/6840ptm.c b/src/emu/machine/6840ptm.c index a7933ab8c2e..55d05b3611a 100644 --- a/src/emu/machine/6840ptm.c +++ b/src/emu/machine/6840ptm.c @@ -33,7 +33,7 @@ ***************************************************************************/ -#include "driver.h" +#include "emu.h" #include "6840ptm.h" |