mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +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:
7
devicemodel/hw/pci/xhci.c
Executable file → Normal file
7
devicemodel/hw/pci/xhci.c
Executable file → Normal file
@@ -76,15 +76,9 @@
|
||||
* +--------+ +--------+
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
@@ -96,7 +90,6 @@
|
||||
#include "dm.h"
|
||||
#include "pci_core.h"
|
||||
#include "xhci.h"
|
||||
#include "usb_core.h"
|
||||
#include "usb_pmapper.h"
|
||||
|
||||
#undef LOG_TAG
|
||||
|
||||
Reference in New Issue
Block a user