]> git.sesse.net Git - ffmpeg/commitdiff
use network.h instead network includes
authorAlex Beregszaszi <alex@rtfs.hu>
Fri, 27 Apr 2007 00:17:46 +0000 (00:17 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Fri, 27 Apr 2007 00:17:46 +0000 (00:17 +0000)
Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index c34e47a93c2a6183da8eb0c76f7c562c0f695ca7..e7b0b7b314c2dbac5928ab50f47161ec23fc2107 100644 (file)
 #include <sys/time.h>
 #undef time //needed because HAVE_AV_CONFIG_H is defined on top
 #include <time.h>
-#include <sys/types.h>
-#include <sys/socket.h>
 #include <sys/wait.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <netdb.h>
 #include <signal.h>
 #ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
 #endif
 
+#include "network.h"
 #include "version.h"
 #include "ffserver.h"
 #include "random.h"