aboutsummaryrefslogtreecommitdiff
path: root/util/x86emu/yabel/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/mem.c')
-rw-r--r--util/x86emu/yabel/mem.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/x86emu/yabel/mem.c b/util/x86emu/yabel/mem.c
index 91dc3da3f9..339e59f61e 100644
--- a/util/x86emu/yabel/mem.c
+++ b/util/x86emu/yabel/mem.c
@@ -12,18 +12,11 @@
*****************************************************************************/
#include <types.h>
-#ifndef CONFIG_COREBOOT_V2
-#include <cpu.h>
-#endif
#include "debug.h"
#include "device.h"
#include "x86emu/x86emu.h"
#include "biosemu.h"
-#ifdef CONFIG_COREBOOT_V2
#include "compat/time.h"
-#else
-#include <time.h>
-#endif
// define a check for access to certain (virtual) memory regions (interrupt handlers, BIOS Data Area, ...)
#ifdef CONFIG_DEBUG