diff rtp.c @ 1670:92afee454599 libavformat

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