]> code.delx.au - pulseaudio/blobdiff - src/modules/rtp/module-rtp-recv.c
Remove unnecessary #includes
[pulseaudio] / src / modules / rtp / module-rtp-recv.c
index fb3bccb4e66937263f9efdf640263eeb519731e4..7025c15a60fb820bb65577765f996a1d60a3332f 100644 (file)
@@ -30,6 +30,7 @@
 #include <errno.h>
 #include <string.h>
 #include <unistd.h>
+#include <math.h>
 
 #include <pulse/rtclock.h>
 #include <pulse/timeval.h>
@@ -48,9 +49,8 @@
 #include <pulsecore/namereg.h>
 #include <pulsecore/sample-util.h>
 #include <pulsecore/macro.h>
-#include <pulsecore/atomic.h>
-#include <pulsecore/atomic.h>
 #include <pulsecore/socket-util.h>
+#include <pulsecore/atomic.h>
 #include <pulsecore/once.h>
 #include <pulsecore/poll.h>
 #include <pulsecore/arpa-inet.h>