Commit 5dbe2299 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

iscsi_tgt: remove unused headers



Change-Id: Ie35a1c6bf54c484a94314112b85ea43d459b13dc
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent b724e2e5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -34,9 +34,6 @@
#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
#include <signal.h>

#include <sys/types.h>

#include <rte_config.h>
#include <rte_memzone.h>
@@ -46,12 +43,8 @@
#include <rte_memory.h>

#include "spdk/event.h"
#include "spdk/net.h"
#include "iscsi/iscsi.h"
#include "spdk/scsi.h"
#include "spdk/log.h"
#include "spdk/bdev.h"
#include "spdk/copy_engine.h"

uint64_t g_flush_timeout;