From 5df4168db81d6a113922af66034c6e32f85adb08 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 25 Sep 2010 16:17:20 +0000 Subject: Drop some useless "../../../" in #includes (trivial). Build-tested using abuild. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/mahogany/acpi_tables.c | 2 +- src/mainboard/amd/mahogany/fadt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd/mahogany') diff --git a/src/mainboard/amd/mahogany/acpi_tables.c b/src/mainboard/amd/mahogany/acpi_tables.c index aee31c9a80..79c9799deb 100644 --- a/src/mainboard/amd/mahogany/acpi_tables.c +++ b/src/mainboard/amd/mahogany/acpi_tables.c @@ -25,7 +25,7 @@ #include #include #include -#include "../../../northbridge/amd/amdk8/amdk8_acpi.h" +#include "northbridge/amd/amdk8/amdk8_acpi.h" #include #include diff --git a/src/mainboard/amd/mahogany/fadt.c b/src/mainboard/amd/mahogany/fadt.c index 0f95aac6fd..851ad8b225 100644 --- a/src/mainboard/amd/mahogany/fadt.c +++ b/src/mainboard/amd/mahogany/fadt.c @@ -26,7 +26,7 @@ #include #include #include -#include "../../../southbridge/amd/sb700/sb700.h" +#include "southbridge/amd/sb700/sb700.h" /*extern*/ u16 pm_base = 0x800; /* pm_base should be set in sb acpi */ -- cgit v1.2.3