From cb63d4950adbc6fcab10dd8698bf4be6782e0523 Mon Sep 17 00:00:00 2001 From: Dreamcat4 Date: Fri, 1 Aug 2014 10:46:39 +0100 Subject: [PATCH] Put back project headers. From before to after the global includes. --- src/upnp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/upnp.c b/src/upnp.c index 8b3404a1..cdbf3533 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