summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flex_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/flex_dsk.c
parentca94bb7905e486fc68369893531db858645d38e7 (diff)
cleaned up emu.h usage in src/lib/formats (nw)
Diffstat (limited to 'src/lib/formats/flex_dsk.c')
-rw-r--r--src/lib/formats/flex_dsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/flex_dsk.c b/src/lib/formats/flex_dsk.c
index 975cf246ecf..34aa965643d 100644
--- a/src/lib/formats/flex_dsk.c
+++ b/src/lib/formats/flex_dsk.c
@@ -4,7 +4,7 @@
* Created on: 24/06/2014
*/
-#include "emu.h"
+ #include "emu.h" // logerror
#include "flex_dsk.h"
flex_format::flex_format()