nb/intel/haswell/acpi: Move PEG and CTDP includes downwards

This change is just to align with Broadwell.

Change-Id: I25a481503f5df79502f5ae60c87e7dacb781adad
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46790
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/northbridge/intel/haswell/acpi/hostbridge.asl b/src/northbridge/intel/haswell/acpi/hostbridge.asl
index 3e617ec..35246b3 100644
--- a/src/northbridge/intel/haswell/acpi/hostbridge.asl
+++ b/src/northbridge/intel/haswell/acpi/hostbridge.asl
@@ -168,12 +168,6 @@
 	Return (MCRS)
 }
 
-/* Configurable TDP */
-#include "ctdp.asl"
-
-/* PCI Express Graphics */
-#include "peg.asl"
-
 /* PCI Device Resource Consumption */
 Device (PDRC)
 {
@@ -202,3 +196,9 @@
 		Return (PDRS)
 	}
 }
+
+/* Configurable TDP */
+#include "ctdp.asl"
+
+/* PCI Express Graphics */
+#include "peg.asl"