Drop some useless "../../../" in #includes (trivial).

Build-tested using abuild.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5844 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2010-09-25 16:17:20 +00:00
parent f14c9194ff
commit 5df4168db8
61 changed files with 65 additions and 65 deletions

View File

@@ -32,7 +32,7 @@
extern unsigned char AmlCode[];
#include "../../../southbridge/intel/i82801gx/i82801gx_nvs.h"
#include "southbridge/intel/i82801gx/i82801gx_nvs.h"
static void acpi_create_gnvs(global_nvs_t *gnvs)
{