X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=httpd.cpp;fp=httpd.cpp;h=858d9522c9354f1ea275cd0e859e5fef60d30636;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=3fbab5d6d6630e97e6133a2df44b890b8484cf50;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/httpd.cpp b/httpd.cpp index 3fbab5d..858d952 100644 --- a/httpd.cpp +++ b/httpd.cpp @@ -1,19 +1,18 @@ -#include +#include "httpd.h" + #include +#include #include #include +#include #include -#include #include - -#include - -#include "httpd.h" +#include +#include +#include #include "defs.h" -#include "flags.h" #include "metacube2.h" -#include "timebase.h" struct MHD_Connection; struct MHD_Response;