From c888a7bbaa5661abc6f44c0f6e4ba859966aebb3 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 16 Oct 2019 21:21:30 +0200 Subject: src: Remove unused 'include ' Change-Id: I2a94c3b6282e9915fd2b8136b124740c8a7b774c Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36082 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/device/oprom/x86emu/sys.c | 1 - src/device/oprom/x86emu/x86emui.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/device/oprom/x86emu') diff --git a/src/device/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c index 9c293bc561..06f240c5a7 100644 --- a/src/device/oprom/x86emu/sys.c +++ b/src/device/oprom/x86emu/sys.c @@ -50,7 +50,6 @@ #ifdef IN_MODULE #include "xf86_ansic.h" #else -#include #endif /*------------------------- Global Variables ------------------------------*/ diff --git a/src/device/oprom/x86emu/x86emui.h b/src/device/oprom/x86emu/x86emui.h index 741153c726..b1647c583c 100644 --- a/src/device/oprom/x86emu/x86emui.h +++ b/src/device/oprom/x86emu/x86emui.h @@ -72,7 +72,6 @@ #ifdef IN_MODULE #include #else -#include #endif /*--------------------------- Inline Functions ----------------------------*/ -- cgit v1.2.3