aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/stdvgamodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'vgasrc/stdvgamodes.c')
-rw-r--r--vgasrc/stdvgamodes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vgasrc/stdvgamodes.c b/vgasrc/stdvgamodes.c
index f22f82c..dda35db 100644
--- a/vgasrc/stdvgamodes.c
+++ b/vgasrc/stdvgamodes.c
@@ -5,11 +5,11 @@
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
-#include "vgabios.h" // struct VideoParamTableEntry_s
#include "biosvar.h" // GET_GLOBAL
-#include "util.h" // warn_internalerror
+#include "output.h" // warn_internalerror
#include "stdvga.h" // stdvga_find_mode
#include "string.h" // memcpy_far
+#include "vgabios.h" // struct VideoParamTableEntry_s
/****************************************************************