clean up includes for OSX

This commit is contained in:
Dave Murphy 2018-05-12 15:38:48 +01:00 committed by fincs
parent 94b1d648d1
commit 4539b8e78d
2 changed files with 3 additions and 7 deletions

View File

@ -1,12 +1,9 @@
#include "common.h"
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
#include <unistd.h>
#include <zlib.h>
#include <stdint.h>
#include <sys/types.h>
#ifndef __WIN32__
@ -27,7 +24,6 @@ typedef uint32_t in_addr_t;
#endif
#include "common.h"
#include "netloader.h"
#define PING_ENABLED 1

View File

@ -2,4 +2,4 @@
int netloader_activate(void);
int netloader_deactivate(void);
int netloader_loop( menuEntry_s *me;);
int netloader_loop( menuEntry_s *me);