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:
Zide Chen
2018-05-31 08:57:51 -07:00
committed by lijinxia
parent a9ee6da0d9
commit df4ab92e81
48 changed files with 2 additions and 225 deletions

View File

@@ -35,11 +35,6 @@
*
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/uio.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
@@ -47,7 +42,6 @@
#include <unistd.h>
#include <assert.h>
#include <pthread.h>
#include <sysexits.h>
#include "dm.h"
#include "pci_core.h"
@@ -55,7 +49,6 @@
#include "vmmapi.h"
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/types.h>
#include "rpmb.h"
#include "rpmb_sim.h"
#include "rpmb_backend.h"