Remove all #ifdefs for sg-utils.
[fw/stlink] / src / test_sg.c
index 34fbe540caa000c2665a87582b7578487b2f1816..9efe6d80db94ae1ddfed9162a4b441dcf2d7911f 100644 (file)
@@ -6,10 +6,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#if CONFIG_USE_LIBSG
-#include <scsi/sg_lib.h>
-#include <scsi/sg_pt.h>
-#endif
 #include "stlink-common.h"
 
 int main(int argc, char *argv[]) {