aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m2v-mx_se
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-09-25 16:17:20 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-25 16:17:20 +0000
commit5df4168db81d6a113922af66034c6e32f85adb08 (patch)
tree5860f77adde8f9b70f6809215e84e0e65dff38d3 /src/mainboard/asus/m2v-mx_se
parentf14c9194ff6a0036f2ebec492670dd23a55493d2 (diff)
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
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se')
-rw-r--r--src/mainboard/asus/m2v-mx_se/acpi_tables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/acpi_tables.c b/src/mainboard/asus/m2v-mx_se/acpi_tables.c
index 6892d7fc75..5858e3ff75 100644
--- a/src/mainboard/asus/m2v-mx_se/acpi_tables.c
+++ b/src/mainboard/asus/m2v-mx_se/acpi_tables.c
@@ -28,9 +28,9 @@
#include <arch/smp/mpspec.h>
#include <device/device.h>
#include <device/pci_ids.h>
-#include "../../../southbridge/via/vt8237r/vt8237r.h"
-#include "../../../southbridge/via/k8t890/k8t890.h"
-#include "../../../northbridge/amd/amdk8/amdk8_acpi.h"
+#include "southbridge/via/vt8237r/vt8237r.h"
+#include "southbridge/via/k8t890/k8t890.h"
+#include "northbridge/amd/amdk8/amdk8_acpi.h"
#include <cpu/amd/model_fxx_powernow.h>
extern const unsigned char AmlCode[];