diff rtp_h264.c @ 1670:92afee454599 libavformat

The long awaited BeOS cleanup, phase 1
author mmu_man
date Thu, 18 Jan 2007 17:22:30 +0000
parents 234a04b906f9
children a782462e2497
line wrap: on
line diff
--- a/rtp_h264.c	Thu Jan 18 15:42:25 2007 +0000
+++ b/rtp_h264.c	Thu Jan 18 17:22:30 2007 +0000
@@ -45,11 +45,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <assert.h>
-#ifndef __BEOS__
-# include <arpa/inet.h>
-#else
-# include "barpainet.h"
-#endif
+#include <arpa/inet.h>
 #include <netdb.h>
 
 #include "rtp_internal.h"