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