From: Dreamcat4 Date: Fri, 1 Aug 2014 09:46:39 +0000 (+0100) Subject: Put back project headers. From before to after the global includes. X-Git-Tag: v4.1~1720^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F438%2Fhead;p=thirdparty%2Ftvheadend.git Put back project headers. From before to after the global includes. --- diff --git a/src/upnp.c b/src/upnp.c index 8b3404a13..cdbf3533c 100644 --- a/src/upnp.c +++ b/src/upnp.c @@ -16,10 +16,6 @@ * along with this program. If not, see . */ -#include "tvheadend.h" -#include "tvhpoll.h" -#include "upnp.h" - #include #include #include @@ -34,6 +30,10 @@ #include #include +#include "tvheadend.h" +#include "tvhpoll.h" +#include "upnp.h" + #if defined(PLATFORM_FREEBSD) #include #include