X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=51edd9d96704f20bb8969e53d8171ccc328458aa;hp=52383b06b465d14b8369badbc3606a7753ec90c5;hb=a6cae51e8c60fa9d92b206d0a51483f75b47735a;hpb=c5e38315901ea63efd169af5d4ba3f3c66db7de9 diff --git a/http_send.c b/http_send.c index 52383b06..51edd9d9 100644 --- a/http_send.c +++ b/http_send.c @@ -1,21 +1,24 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file http_send.c paraslash's http sender */ +#include +#include #include #include -#include +#include +#include +#include #include "para.h" #include "error.h" #include "string.h" #include "server.cmdline.h" #include "afh.h" -#include "afs.h" #include "server.h" #include "http.h" #include "list.h"