Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Put back project headers. From before to after the global includes.
  • Loading branch information
dreamcat4 committed Aug 1, 2014
1 parent 65c91f4 commit cb63d49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/upnp.c
Expand Up @@ -16,10 +16,6 @@
* 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>
Expand All @@ -34,6 +30,10 @@
#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>
Expand Down

0 comments on commit cb63d49

Please sign in to comment.