Dont include iscsi headers from the scsi implementation in scsi-lowlevel.c

This commit is contained in:
Ronnie Sahlberg
2012-11-11 09:49:49 -08:00
parent 3b05e9996f
commit a5b8224f4e
2 changed files with 7 additions and 3 deletions

View File

@@ -35,9 +35,7 @@
#include <string.h>
#include <stdint.h>
#include "slist.h"
#include "iscsi.h"
#include "scsi-lowlevel.h"
#include "iscsi-private.h"
struct scsi_allocated_memory {
struct scsi_allocated_memory *next;