diff options
Diffstat (limited to 'src/soc/amd/common/heapmanager.c')
-rw-r--r-- | src/soc/amd/common/heapmanager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/common/heapmanager.c b/src/soc/amd/common/heapmanager.c index b99151487d..bda521f07f 100644 --- a/src/soc/amd/common/heapmanager.c +++ b/src/soc/amd/common/heapmanager.c @@ -12,10 +12,10 @@ */ -#include "agesawrapper.h" +#include <amdblocks/agesawrapper.h> #include <amdlib.h> #include <arch/acpi.h> -#include <BiosCallOuts.h> +#include <amdblocks/BiosCallOuts.h> #include <cbmem.h> #include <string.h> |