Commit 1cac214f authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

iscsi: remove unused header includes



Change-Id: I4ce69ad4a714ba0a1dadb6897fad68582e14307d
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent a5be12c3
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@
#include <string.h>
#include <poll.h>
#include <pthread.h>
#ifdef HAVE_PTHREAD_NP_H
#include <pthread_np.h>
#endif
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -53,11 +50,6 @@
#include <fcntl.h>
#include <time.h>

#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif
#include <endian.h>

#include <rte_config.h>
#include <rte_common.h>
#include <rte_debug.h>
@@ -80,6 +72,7 @@
#include <rte_cycles.h>
#include <rte_malloc.h>

#include "spdk/endian.h"
#include "spdk/trace.h"
#include "spdk/string.h"
#include "spdk/queue.h"
+0 −6
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@
#include <string.h>
#include <limits.h>
#include <pthread.h>
#ifdef HAVE_PTHREAD_NP_H
#include <pthread_np.h>
#endif
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
@@ -56,9 +53,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_DISKLABEL_H
#include <sys/disklabel.h>
#endif

#include "spdk/event.h"
#include "spdk/log.h"