diff options
author | 2016-01-11 14:59:24 +0100 | |
---|---|---|
committer | 2016-01-11 14:59:24 +0100 | |
commit | f0dc809ab860ad1d62c53d5163a6da3f41deb631 (patch) | |
tree | 00f88c9593a1262cac91f8c2442b6eb921ea56cc /src/devices/imagedev/floppy.cpp | |
parent | e0358a4ce4ca36802866483fc2c2fef9ad61a90a (diff) |
image_manager modernized and move some things around (nw)
Diffstat (limited to 'src/devices/imagedev/floppy.cpp')
-rw-r--r-- | src/devices/imagedev/floppy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp index a996a98b866..2d6eb4d5460 100644 --- a/src/devices/imagedev/floppy.cpp +++ b/src/devices/imagedev/floppy.cpp @@ -12,7 +12,6 @@ #include "zippath.h" #include "floppy.h" #include "formats/imageutl.h" -#include "image.h" /* Debugging flags. Set to 0 or 1. |