]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Put back project headers. From before to after the global includes. 438/head
authorDreamcat4 <dreamcat4@gmail.com>
Fri, 1 Aug 2014 09:46:39 +0000 (10:46 +0100)
committerDreamcat4 <dreamcat4@gmail.com>
Fri, 1 Aug 2014 09:46:39 +0000 (10:46 +0100)
src/upnp.c

index 8b3404a13b766f6bc35b15811938d6099adb0012..cdbf3533c72b0b82c746b500b32f01229de3a848 100644 (file)
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "tvheadend.h"
-#include "tvhpoll.h"
-#include "upnp.h"
-
 #include <pthread.h>
 #include <assert.h>
 #include <stdio.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
 
+#include "tvheadend.h"
+#include "tvhpoll.h"
+#include "upnp.h"
+
 #if defined(PLATFORM_FREEBSD)
 #include <sys/types.h>
 #include <sys/socket.h>