diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-21 14:08:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-21 14:08:48 +0200 |
commit | 0925b30990cbaa485318b13822023de6a8060e50 (patch) | |
tree | e744f3c8f3a0a17fbc7dd9e81b362ff77e58b602 /pacredir.c | |
parent | a34a2462a83738683c460db6250ff9da45fa8ec8 (diff) | |
download | paccache-0925b30990cbaa485318b13822023de6a8060e50.tar.gz paccache-0925b30990cbaa485318b13822023de6a8060e50.tar.zst |
use ISO C11 standard and move includes to header file
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 30 |
1 files changed, 0 insertions, 30 deletions
@@ -5,36 +5,6 @@ * of the GNU General Public License, incorporated herein by reference. */ -/* glibc headers */ -#include <arpa/inet.h> -#include <assert.h> -#include <getopt.h> -#include <math.h> -#include <net/if.h> -#include <signal.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <time.h> - -/* Avahi headers */ -#include <avahi-client/lookup.h> -#include <avahi-common/error.h> -#include <avahi-common/simple-watch.h> - -/* various headers needing linker options */ -#include <curl/curl.h> -#include <iniparser.h> -#include <microhttpd.h> -#include <pthread.h> - -/* compile time configuration */ -#include "arch.h" -#include "config.h" -#include "version.h" - /* define structs and functions */ #include "pacredir.h" |