summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/display/vga-helpers.h (renamed from hw/display/vga_template.h)0
-rw-r--r--hw/display/vga.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/vga_template.h b/hw/display/vga-helpers.h
index 94f6de2046..94f6de2046 100644
--- a/hw/display/vga_template.h
+++ b/hw/display/vga-helpers.h
diff --git a/hw/display/vga.c b/hw/display/vga.c
index 21aa2c670b..9f60f88610 100644
--- a/hw/display/vga.c
+++ b/hw/display/vga.c
@@ -1007,7 +1007,7 @@ void vga_mem_writeb(VGACommonState *s, hwaddr addr, uint32_t val)
typedef void vga_draw_line_func(VGACommonState *s1, uint8_t *d,
const uint8_t *s, int width);
-#include "vga_template.h"
+#include "vga-helpers.h"
/* return true if the palette was modified */
static int update_palette16(VGACommonState *s)