iscsi: remove unused header includes

Change-Id: I4ce69ad4a714ba0a1dadb6897fad68582e14307d
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-08-22 13:34:16 -07:00
parent a5be12c376
commit 1cac214f53
2 changed files with 1 additions and 14 deletions

View File

@ -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"

View File

@ -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"