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>
This commit is contained in:
Elyes Haouas 2022-10-02 20:02:23 +02:00 committed by Martin Roth
parent 606f4f6c2d
commit ddd43de586
1 changed files with 4 additions and 3 deletions

View File

@ -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"