summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-08-08 18:31:06 +0200
committerRalf Baechle <ralf@linux-mips.org>2017-08-08 18:31:06 +0200
commit5631761fd8651aeac8c28dea9dbe61433cdd6572 (patch)
treed3427a14b6a1db9ceb7eb73325eb6734b49915a5
parentd2fde26a8ae257a438407e48d05a9ca18d56b12f (diff)
axgetput: Delete duplicate inclusion of <sys/types.h>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ax25/axgetput/includes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ax25/axgetput/includes.h b/ax25/axgetput/includes.h
index 39115c1..bfc7dd6 100644
--- a/ax25/axgetput/includes.h
+++ b/ax25/axgetput/includes.h
@@ -21,7 +21,6 @@
#include <termios.h>
#include <signal.h>
#include <time.h>
-#include <sys/types.h>
#include <utime.h>
#endif /* INCLUDES_H */