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 | |
parent | efb2becbf8a9bac6138fbe09bdb074c5df6184c7 (diff) | |
download | uritools-1f746b1bba3ee3eb797ed8db2747ef57f246c481.tar.gz uritools-1f746b1bba3ee3eb797ed8db2747ef57f246c481.zip |
removed a few headers that weren't needed
-rw-r--r-- | uri.h | 1 | ||||
-rw-r--r-- | uricut.c | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -3,7 +3,6 @@ //#define _XOPEN_SOURCE 500 //for strdup #include <string.h> -#include <netdb.h> #include <stdio.h> #include <stdlib.h> @@ -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. |