diff http.c @ 1670:92afee454599 libavformat

The long awaited BeOS cleanup, phase 1
author mmu_man
date Thu, 18 Jan 2007 17:22:30 +0000
parents 0a990429e524
children 8d3489fa8a92
line wrap: on
line diff
--- a/http.c	Thu Jan 18 15:42:25 2007 +0000
+++ b/http.c	Thu Jan 18 17:22:30 2007 +0000
@@ -23,11 +23,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 "base64.h"