Mercurial > libavformat.hg
diff rtpproto.c @ 1670:92afee454599 libavformat
The long awaited BeOS cleanup, phase 1
| author | mmu_man |
|---|---|
| date | Thu, 18 Jan 2007 17:22:30 +0000 |
| parents | 0899bfe4105c |
| children | 1f7a6dc01100 |
line wrap: on
line diff
--- a/rtpproto.c Thu Jan 18 15:42:25 2007 +0000 +++ b/rtpproto.c Thu Jan 18 17:22:30 2007 +0000 @@ -25,11 +25,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 <fcntl.h>
