I don't need all that mess

This commit is contained in:
XANTRONIX Development 2019-02-19 19:30:44 -06:00
parent 1112cb45a0
commit 6049cba9c6
4 changed files with 1 additions and 29 deletions

View file

@ -4,14 +4,6 @@
#include <stdarg.h>
#include <inttypes.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <linux/can.h>
#include <linux/can/raw.h>
#include <hexagram/can.h>
#include <hexagram/capture.h>

View file

@ -3,11 +3,8 @@
#include <string.h>
#include <stdarg.h>
#include <inttypes.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <hexagram/capture.h>
#include <hexagram/pcapng.h>

View file

@ -4,14 +4,6 @@
#include <stdarg.h>
#include <inttypes.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <linux/can.h>
#include <linux/can/raw.h>
#include <hexagram/can.h>
#include <hexagram/capture.h>

View file

@ -3,18 +3,9 @@
#include <string.h>
#include <stdarg.h>
#include <inttypes.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <ncurses.h>
#include <net/if.h>
#include <linux/can.h>
#include <linux/can/raw.h>
#include <hexagram/can.h>
static int usage(int argc, char **argv, const char *message, ...) {