diff options
author | 2011-05-06 19:42:26 +0000 | |
---|---|---|
committer | 2011-05-06 19:42:26 +0000 | |
commit | 62d841c2703286b34983eb8dae174ecbf2c82c5f (patch) | |
tree | d97a50172e47372637a155978f3096618da8c275 /src/emu/image.h | |
parent | 987909ff31107893c4b748d86d97619db48c4b47 (diff) |
Moved format handling and all formats to separate library [Miodrag Milanovic]
Diffstat (limited to 'src/emu/image.h')
-rw-r--r-- | src/emu/image.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/image.h b/src/emu/image.h index 659a43dacf6..f1c963ffd3c 100644 --- a/src/emu/image.h +++ b/src/emu/image.h @@ -18,8 +18,6 @@ #ifndef __IMAGE_H__ #define __IMAGE_H__ -#include "ioprocs.h" - void image_init(running_machine &machine); void image_postdevice_init(running_machine &machine); |