Sfoglia il codice sorgente

Remove unused sys header inclusions

Guillem Jover 12 anni fa
parent
commit
f3eb58ebe7
2 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 3
      src/enquiry.c
  2. 0 2
      src/trigcmd.c

+ 0 - 3
src/enquiry.c

@@ -27,9 +27,6 @@
 #include <compat.h>
 
 #include <sys/types.h>
-#include <sys/ioctl.h>
-#include <sys/stat.h>
-#include <sys/termios.h>
 
 #include <assert.h>
 #include <string.h>

+ 0 - 2
src/trigcmd.c

@@ -23,8 +23,6 @@
 #include <compat.h>
 
 #include <sys/types.h>
-#include <sys/ioctl.h>
-#include <sys/termios.h>
 
 #include <fcntl.h>
 #if HAVE_LOCALE_H