diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-06 22:47:27 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-06 22:47:27 +0100 |
commit | 4b1e545f52c66b25a6409f2cae2e7836adaf92a9 (patch) | |
tree | 51917dcbd8c771b0fe30f21885dfb67f3cffa204 | |
parent | f3ec5393dc1c4feaba6ee40c93add85cf798ac40 (diff) | |
download | pacredir-4b1e545f52c66b25a6409f2cae2e7836adaf92a9.tar.gz pacredir-4b1e545f52c66b25a6409f2cae2e7836adaf92a9.tar.zst |
clean up included headers
-rw-r--r-- | pacredir.c | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -8,6 +8,7 @@ #include <arpa/inet.h> #include <assert.h> #include <math.h> +#include <net/if.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> @@ -15,16 +16,13 @@ #include <sys/socket.h> #include <sys/stat.h> #include <time.h> -#include <net/if.h> -#include <avahi-client/client.h> #include <avahi-client/lookup.h> -#include <avahi-common/simple-watch.h> -#include <avahi-common/malloc.h> #include <avahi-common/error.h> +#include <avahi-common/simple-watch.h> -#include <iniparser.h> #include <curl/curl.h> +#include <iniparser.h> #include <microhttpd.h> #include "config.h" |