diff options
author | pranomostro <pranomestro@gmail.com> | 2017-02-11 01:00:02 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-02-18 01:49:43 +0100 |
commit | a365337cb9d934742f609e274d751fda63212f80 (patch) | |
tree | ad1d13fa89d49e7e08aa09499c4dc6eaaff7e0a4 | |
parent | b194c09a7048582adc30dfae62c18c816191500c (diff) |
Remove unnecessary include.
-rw-r--r-- | ratox.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,8 +3,6 @@ #include <sys/stat.h> #include <sys/types.h> -#include <arpa/inet.h> - #include <ctype.h> #include <dirent.h> #include <errno.h> |