iscsi_tgt: remove unused headers

Change-Id: Ie35a1c6bf54c484a94314112b85ea43d459b13dc
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-08-04 15:35:52 -07:00
parent b724e2e5a6
commit 5dbe2299cc

View File

@ -34,9 +34,6 @@
#include <inttypes.h> #include <inttypes.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <signal.h>
#include <sys/types.h>
#include <rte_config.h> #include <rte_config.h>
#include <rte_memzone.h> #include <rte_memzone.h>
@ -46,12 +43,8 @@
#include <rte_memory.h> #include <rte_memory.h>
#include "spdk/event.h" #include "spdk/event.h"
#include "spdk/net.h"
#include "iscsi/iscsi.h" #include "iscsi/iscsi.h"
#include "spdk/scsi.h"
#include "spdk/log.h" #include "spdk/log.h"
#include "spdk/bdev.h"
#include "spdk/copy_engine.h"
uint64_t g_flush_timeout; uint64_t g_flush_timeout;