Put back project headers. From before to after the global includes.

This commit is contained in:
Dreamcat4 2014-08-01 10:46:39 +01:00
parent 65c91f433b
commit cb63d4950a

View file

@ -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>
@ -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>