diff options
Diffstat (limited to 'src/devices/video/cgapal.cpp')
-rw-r--r-- | src/devices/video/cgapal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cgapal.cpp b/src/devices/video/cgapal.cpp index b726db23335..5d0ef561103 100644 --- a/src/devices/video/cgapal.cpp +++ b/src/devices/video/cgapal.cpp @@ -12,7 +12,7 @@ */ #include "emu.h" -#include "video/cgapal.h" +#include "cgapal.h" const unsigned char cga_palette[16 * CGA_PALETTE_SETS][3] = { |