diff options
author | epoch <epoch@hacking.allowed.org> | 2019-06-05 09:13:59 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2019-06-05 09:13:59 -0500 |
commit | 1f746b1bba3ee3eb797ed8db2747ef57f246c481 (patch) | |
tree | 342114f9fdcefb3b065b6dc19bbbb2d2cd635c86 /uricut.c | |
parent | efb2becbf8a9bac6138fbe09bdb074c5df6184c7 (diff) | |
download | uritools-1f746b1bba3ee3eb797ed8db2747ef57f246c481.tar.gz uritools-1f746b1bba3ee3eb797ed8db2747ef57f246c481.zip |
removed a few headers that weren't needed
Diffstat (limited to 'uricut.c')
-rw-r--r-- | uricut.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,12 +2,10 @@ #include <string.h> #include "uri.h" -#include <netdb.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <unistd.h> -#include <sys/wait.h> /* schemes are case sensitive but cononicals are lower case. |