diff options
Diffstat (limited to 'util/x86emu/yabel/device.h')
-rw-r--r-- | util/x86emu/yabel/device.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/util/x86emu/yabel/device.h b/util/x86emu/yabel/device.h index b350341947..dbbd28d5e8 100644 --- a/util/x86emu/yabel/device.h +++ b/util/x86emu/yabel/device.h @@ -15,14 +15,8 @@ #define DEVICE_LIB_H #include <types.h> -#ifdef CONFIG_COREBOOT_V2 #include <arch/byteorder.h> #include "compat/of.h" -#else -#include <cpu.h> -#include <byteorder.h> -#include "of.h" -#endif #include "debug.h" |