diff options
Diffstat (limited to 'src/mainboard/elmex/pcm205400/BiosCallOuts.c')
-rw-r--r-- | src/mainboard/elmex/pcm205400/BiosCallOuts.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/elmex/pcm205400/BiosCallOuts.c b/src/mainboard/elmex/pcm205400/BiosCallOuts.c index ac8410bf35..6e2eaed80d 100644 --- a/src/mainboard/elmex/pcm205400/BiosCallOuts.c +++ b/src/mainboard/elmex/pcm205400/BiosCallOuts.c @@ -13,10 +13,10 @@ * GNU General Public License for more details. */ -#include "AGESA.h" -#include "amdlib.h" +#include <AGESA.h> +#include <amdlib.h> #include <northbridge/amd/agesa/BiosCallOuts.h> -#include "SB800.h" +#include <SB800.h> #include <stdlib.h> static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr); |