vgabios: Rename vgaio.c to stdvga.c.
[seabios.git] / vgasrc / vgatables.c
index 47395f2bc1b139abab83dc00ca85d24637f57ec5..0eda104fa3e5f32065991cd42bb6e929db32ab14 100644 (file)
@@ -5,9 +5,10 @@
 //
 // This file may be distributed under the terms of the GNU LGPLv3 license.
 
-#include "vgatables.h" // struct VideoParamTableEntry_s
+#include "vgabios.h" // struct VideoParamTableEntry_s
 #include "biosvar.h" // GET_GLOBAL
 #include "util.h" // memcpy_far
+#include "stdvga.h" // struct vgamode_s
 
 
 /****************************************************************