diff options
author | 2015-03-20 14:09:50 +0100 | |
---|---|---|
committer | 2015-03-20 14:09:50 +0100 | |
commit | 0bdcbac42ead7354ed80d383462092e6f31e09ba (patch) | |
tree | 16be1fcc15ae3ce76bbb63b884208183bee3995c /src/lib/formats/td0_dsk.c | |
parent | ca94bb7905e486fc68369893531db858645d38e7 (diff) |
cleaned up emu.h usage in src/lib/formats (nw)
Diffstat (limited to 'src/lib/formats/td0_dsk.c')
-rw-r--r-- | src/lib/formats/td0_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/td0_dsk.c b/src/lib/formats/td0_dsk.c index cc5a72993a5..a9a7ed702a1 100644 --- a/src/lib/formats/td0_dsk.c +++ b/src/lib/formats/td0_dsk.c @@ -13,7 +13,7 @@ */ #include <string.h> -#include "emu.h" +#include <assert.h> #include "flopimg.h" #define BUFSZ 512 // new input buffer |