summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/applix_dsk.c
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2015-03-20 14:09:50 +0100
committer Oliver Stöneberg <oliverst@online.de>2015-03-20 14:09:50 +0100
commit0bdcbac42ead7354ed80d383462092e6f31e09ba (patch)
tree16be1fcc15ae3ce76bbb63b884208183bee3995c /src/lib/formats/applix_dsk.c
parentca94bb7905e486fc68369893531db858645d38e7 (diff)
cleaned up emu.h usage in src/lib/formats (nw)
Diffstat (limited to 'src/lib/formats/applix_dsk.c')
-rw-r--r--src/lib/formats/applix_dsk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/applix_dsk.c b/src/lib/formats/applix_dsk.c
index c90b93a5203..726f11daed9 100644
--- a/src/lib/formats/applix_dsk.c
+++ b/src/lib/formats/applix_dsk.c
@@ -8,7 +8,8 @@
*********************************************************************/
-#include "emu.h"
+#include <assert.h>
+
#include "formats/applix_dsk.h"
applix_format::applix_format() : wd177x_format(formats)