Put back project headers. From before to after the global includes.
This commit is contained in:
parent
65c91f433b
commit
cb63d4950a
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue