mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
DM: cleanup for header inclusions
used https://gitlab.com/esr/deheader to detect and remove unnecessary header file inclusions Signed-off-by: Zide Chen <zide.chen@intel.com>
This commit is contained in:
@@ -25,16 +25,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include "vmm.h"
|
||||
#include "vmmapi.h"
|
||||
#include "ioapic.h"
|
||||
#include "pci_core.h"
|
||||
#include "lpc.h"
|
||||
|
||||
/* 16 IRQs reserved for kdb/mouse, COM1/2, RTC... */
|
||||
#define LEGACY_IRQ_NUM 16
|
||||
|
||||
Reference in New Issue
Block a user