src/cpu: Remove unneeded includes

Change-Id: I8fb03ada29b37f96fb02122462dfb8ec7faa9d31
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes HAOUAS
2018-05-31 14:20:27 +02:00
committed by Martin Roth
parent 3c8b5d00c3
commit e307343b9e
10 changed files with 0 additions and 28 deletions

View File

@@ -14,11 +14,9 @@
* GNU General Public License for more details.
*/
#include <stdint.h>
#include <device/device.h>
#include <cpu/cpu.h>
#include <cpu/x86/mtrr.h>
#include <cpu/x86/msr.h>
#include <cpu/x86/lapic.h>
#include <cpu/intel/microcode.h>
#include <cpu/x86/cache.h>