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/cpu/pdp1/pdp1dasm.c | |
parent | ade4b98d4caeae71e5ca32c8640de0a76560e4da (diff) |
Bulk driver.h -> emu.h switch.
Diffstat (limited to 'src/emu/cpu/pdp1/pdp1dasm.c')
-rw-r--r-- | src/emu/cpu/pdp1/pdp1dasm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/pdp1/pdp1dasm.c b/src/emu/cpu/pdp1/pdp1dasm.c index bd86e130db4..05e5e8eaac5 100644 --- a/src/emu/cpu/pdp1/pdp1dasm.c +++ b/src/emu/cpu/pdp1/pdp1dasm.c @@ -1,5 +1,3 @@ -#include <stdio.h> -#include <string.h> #include "emu.h" #include "cpu/pdp1/pdp1.h" |