Просмотр исходного кода

Remove unused sys header inclusions

Guillem Jover лет назад: 12
Родитель
Сommit
f3eb58ebe7
2 измененных файлов с 0 добавлено и 5 удалено
  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