diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-11-04 12:37:11 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-11-04 12:37:11 +0100 | 
| commit | 0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f (patch) | |
| tree | e1cd9201146609021e7cc43291edcd17ffab670a | |
| parent | Change buf size (diff) | |
| download | sbus-0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f.tar.gz sbus-0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f.tar.bz2 sbus-0e678411cb09a62b7baa8c0cd4e8f2c46ed3129f.tar.xz | |
Remove unused headers
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | sbusd.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -1,6 +1,5 @@  /* See LICENSE file for copyright and license details. */  #include <sys/epoll.h> -#include <sys/ioctl.h>  #include <sys/socket.h>  #include <sys/stat.h>  #include <sys/un.h> @@ -15,7 +14,6 @@  #include <stdio.h>  #include <stdlib.h>  #include <string.h> -#include <stropts.h>  #include <time.h>  #include <unistd.h> | 
