]> code.delx.au - pulseaudio/blobdiff - src/modules/rtp/rtsp_client.c
Remove unnecessary #includes
[pulseaudio] / src / modules / rtp / rtsp_client.c
index 8a5a1d750a682b6eff8f488c0fbbe9be4021bed0..ecf85b89ee504a667240742c28cad5a2661ab6c9 100644 (file)
@@ -23,7 +23,6 @@
 #include <config.h>
 #endif
 
-#include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 
 #include <pulsecore/core-error.h>
 #include <pulsecore/core-util.h>
-#include <pulsecore/socket-util.h>
 #include <pulsecore/log.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/strbuf.h>
 #include <pulsecore/ioline.h>
-#include <pulsecore/poll.h>
 #include <pulsecore/arpa-inet.h>
 
 #include "rtsp_client.h"