Move includes to where they are needed. This allows to simplify
[coreboot.git] / src / cpu / amd / model_10xxx / init_cpus.c
index 3a86be296f177f34a4b743e48676bd0275995bc5..a64cdd887492087cb880c714b800715b45adb6fa 100644 (file)
  */
 
 #include "defaults.h"
+#include <stdlib.h>
+#include <cpu/x86/lapic.h>
+#include <cpu/x86/mtrr.h>
+#include <northbridge/amd/amdfam10/amdfam10.h>
+#include <northbridge/amd/amdht/AsPsDefs.h>
+#include <northbridge/amd/amdht/porting.h>
 
 //it takes the CONFIG_ENABLE_APIC_EXT_ID and CONFIG_APIC_ID_OFFSET and CONFIG_LIFT_BSP_APIC_ID
 #ifndef SET_FIDVID