diff options
Diffstat (limited to 'src/upstream.c')
-rw-r--r-- | src/upstream.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/upstream.c b/src/upstream.c index cb5171075..cf96f4624 100644 --- a/src/upstream.c +++ b/src/upstream.c @@ -22,24 +22,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef _THREAD_SAFE -# include <pthread.h> -#endif - -#include <sys/types.h> -#include <time.h> -#include <stdlib.h> -#include <stdio.h> -#ifdef HAVE_STDINT_H -# include <stdint.h> -#endif -#ifdef HAVE_INTTYPES_H -# include <inttypes.h> -#endif -#include <limits.h> -#ifdef WITH_DEBUG -# include <syslog.h> -#endif +#include "config.h" #include "upstream.h" #ifdef WITH_DEBUG |