diff options
Diffstat (limited to 'src/devices/video/t6a04.cpp')
-rw-r--r-- | src/devices/video/t6a04.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/t6a04.cpp b/src/devices/video/t6a04.cpp index a5dc8bfa928..989711eb2f3 100644 --- a/src/devices/video/t6a04.cpp +++ b/src/devices/video/t6a04.cpp @@ -12,7 +12,7 @@ ***************************************************************************/ #include "emu.h" -#include "video/t6a04.h" +#include "t6a04.h" // devices DEFINE_DEVICE_TYPE(T6A04, t6a04_device, "t6a04", "Toshiba T6A04 LCD Controller") |