summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesacon_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/lib/sys/vesacon_write.c')
-rw-r--r--com32/lib/sys/vesacon_write.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/com32/lib/sys/vesacon_write.c b/com32/lib/sys/vesacon_write.c
index 88f8348d..823a66af 100644
--- a/com32/lib/sys/vesacon_write.c
+++ b/com32/lib/sys/vesacon_write.c
@@ -43,11 +43,7 @@
#include <syslinux/config.h>
#include "ansi.h"
#include "file.h"
-#ifndef SYSLINUX_EFI
#include "vesa/video.h"
-#else
-#include "vesa/efi/video.h" /* FIXME: move to video.h */
-#endif
static void vesacon_erase(const struct term_state *, int, int, int, int);
static void vesacon_write_char(int, int, uint8_t, const struct term_state *);