summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/msx.h
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2015-06-08 12:19:43 +0200
committer Dirk Best <mail@dirk-best.de>2015-06-08 12:19:43 +0200
commitf3885ffde57e43fb6258d84af83c68b64fe24f56 (patch)
treefbf234a278fa698ad32b3e41f4bab259183eb864 /src/mess/includes/msx.h
parent2cc9da11deb0b82cbfb19a7f976b55d9593f98ad (diff)
remove unneeded basicdsk.h include from a few files
Diffstat (limited to 'src/mess/includes/msx.h')
-rw-r--r--src/mess/includes/msx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/includes/msx.h b/src/mess/includes/msx.h
index 866503cb164..0d7b3930508 100644
--- a/src/mess/includes/msx.h
+++ b/src/mess/includes/msx.h
@@ -23,7 +23,6 @@
#include "video/tms9928a.h"
#include "imagedev/flopdrv.h"
#include "imagedev/cassette.h"
-#include "formats/basicdsk.h"
#include "formats/fmsx_cas.h"
#include "formats/msx_dsk.h"
#include "hashfile.h"