diff options
Diffstat (limited to 'src/devices/video/tms9927.cpp')
-rw-r--r-- | src/devices/video/tms9927.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/tms9927.cpp b/src/devices/video/tms9927.cpp index caa7230ad0c..12b17acac99 100644 --- a/src/devices/video/tms9927.cpp +++ b/src/devices/video/tms9927.cpp @@ -7,7 +7,7 @@ **********************************************************************/ #include "emu.h" -#include "video/tms9927.h" +#include "tms9927.h" #include "screen.h" |