diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/formats/d88_dsk.c | 4 | ||||
| -rw-r--r-- | src/lib/formats/flex_dsk.c | 2 | ||||
| -rw-r--r-- | src/lib/formats/fmtowns_dsk.c | 4 | ||||
| -rw-r--r-- | src/lib/formats/nfd_dsk.c | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/formats/d88_dsk.c b/src/lib/formats/d88_dsk.c index abb2eac3079..23363acdcc1 100644 --- a/src/lib/formats/d88_dsk.c +++ b/src/lib/formats/d88_dsk.c @@ -27,8 +27,8 @@ * */ - #include <assert.h> - + #include <assert.h> + #include "flopimg.h" #include "imageutl.h" diff --git a/src/lib/formats/flex_dsk.c b/src/lib/formats/flex_dsk.c index 34aa965643d..f4934d8e436 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" // logerror + #include "emu.h" // logerror #include "flex_dsk.h" flex_format::flex_format() diff --git a/src/lib/formats/fmtowns_dsk.c b/src/lib/formats/fmtowns_dsk.c index 83bfd2fbd51..6baede6fb07 100644 --- a/src/lib/formats/fmtowns_dsk.c +++ b/src/lib/formats/fmtowns_dsk.c @@ -6,8 +6,8 @@ * Created on: 23/03/2014 */ - #include <assert.h> - + #include <assert.h> + #include "formats/fmtowns_dsk.h" fmtowns_format::fmtowns_format() : wd177x_format(formats) diff --git a/src/lib/formats/nfd_dsk.c b/src/lib/formats/nfd_dsk.c index 083d59417b2..7702d3814a5 100644 --- a/src/lib/formats/nfd_dsk.c +++ b/src/lib/formats/nfd_dsk.c @@ -77,8 +77,8 @@ *********************************************************************/ - #include <assert.h> - + #include <assert.h> + #include "nfd_dsk.h" nfd_format::nfd_format() |
