sb/intel/common/rtc.c: Clean up includes

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ibcd61e44f8e165627851e2c5325985f0765634b6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68048
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
diff --git a/src/southbridge/intel/common/rtc.c b/src/southbridge/intel/common/rtc.c
index ef30d9a5..933ac63 100644
--- a/src/southbridge/intel/common/rtc.c
+++ b/src/southbridge/intel/common/rtc.c
@@ -3,11 +3,12 @@
 #define __SIMPLE_DEVICE__
 
 #include <console/console.h>
-#include <device/pci_def.h>
 #include <device/pci_ops.h>
-#include <security/vboot/vbnv.h>
-#include <pc80/mc146818rtc.h>
+#include <device/pci_type.h>
 #include <elog.h>
+#include <pc80/mc146818rtc.h>
+#include <security/vboot/vbnv.h>
+
 #include "pmutil.h"
 #include "rtc.h"