aboutsummaryrefslogtreecommitdiff
path: root/src/sg_inq_data.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-04-22 19:35:28 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-04-22 19:35:28 +0000
commitfbb986efcd8790e4e6c4b1d44f8db37a77939156 (patch)
tree45180782bb568d2e6272522d80b6bb2cc43246b9 /src/sg_inq_data.c
parent8b4058cd02c923d47d6d4f1225691624c7f0298c (diff)
downloadsg3_utils-fbb986efcd8790e4e6c4b1d44f8db37a77939156.tar.gz
further SG_LIB_* work
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@259 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_inq_data.c')
-rw-r--r--src/sg_inq_data.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/sg_inq_data.c b/src/sg_inq_data.c
index 9605c6d9..b1175271 100644
--- a/src/sg_inq_data.c
+++ b/src/sg_inq_data.c
@@ -2,25 +2,11 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <getopt.h>
-#define __STDC_FORMAT_MACROS 1
-#include <inttypes.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#ifdef SG3_UTILS_LINUX
-#include <errno.h>
-#include <sys/ioctl.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <linux/hdreg.h>
-#endif
-#include "sg_lib.h"
-#include "sg_cmds_basic.h"
/* A utility program originally written for the Linux OS SCSI subsystem.
* Copyright (C) 2000-2009 D. Gilbert