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/gigabyte/m57sli/acpi_tables.c | 2 +- src/mainboard/gigabyte/ma785gmt/fadt.c | 2 +- src/mainboard/gigabyte/ma78gm/fadt.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/gigabyte') diff --git a/src/mainboard/gigabyte/m57sli/acpi_tables.c b/src/mainboard/gigabyte/m57sli/acpi_tables.c index 846617e64e..66619589e4 100644 --- a/src/mainboard/gigabyte/m57sli/acpi_tables.c +++ b/src/mainboard/gigabyte/m57sli/acpi_tables.c @@ -29,7 +29,7 @@ #include #include #include -#include "../../../northbridge/amd/amdk8/amdk8_acpi.h" +#include "northbridge/amd/amdk8/amdk8_acpi.h" #include #include #include diff --git a/src/mainboard/gigabyte/ma785gmt/fadt.c b/src/mainboard/gigabyte/ma785gmt/fadt.c index 0f95aac6fd..851ad8b225 100644 --- a/src/mainboard/gigabyte/ma785gmt/fadt.c +++ b/src/mainboard/gigabyte/ma785gmt/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 */ diff --git a/src/mainboard/gigabyte/ma78gm/fadt.c b/src/mainboard/gigabyte/ma78gm/fadt.c index 0f95aac6fd..851ad8b225 100644 --- a/src/mainboard/gigabyte/ma78gm/fadt.c +++ b/src/mainboard/gigabyte/ma78gm/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