aboutsummaryrefslogtreecommitdiff
path: root/util/x86emu/yabel/vbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/vbe.c')
-rw-r--r--util/x86emu/yabel/vbe.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/x86emu/yabel/vbe.c b/util/x86emu/yabel/vbe.c
index a2c9f82655..db60630771 100644
--- a/util/x86emu/yabel/vbe.c
+++ b/util/x86emu/yabel/vbe.c
@@ -13,19 +13,12 @@
#include <string.h>
#include <types.h>
-#ifndef CONFIG_COREBOOT_V2
-#include <cpu.h>
-#endif
#include "debug.h"
#include <x86emu/x86emu.h>
#include <x86emu/regs.h>
-#ifdef CONFIG_COREBOOT_V2
#include "../x86emu/prim_ops.h"
-#else
-#include <x86emu/prim_ops.h> // for push_word
-#endif
#include "biosemu.h"
#include "io.h"