summaryrefslogtreecommitdiffstats
path: root/gst/rtp/rtp-packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/rtp-packet.c')
-rw-r--r--gst/rtp/rtp-packet.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/rtp/rtp-packet.c b/gst/rtp/rtp-packet.c
index f464ec1b..a6fca8b2 100644
--- a/gst/rtp/rtp-packet.c
+++ b/gst/rtp/rtp-packet.c
@@ -23,15 +23,13 @@
#include <config.h>
#endif
-#include "rtp-packet.h"
-
-#include <glib.h>
#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
#include <string.h>
#include <errno.h>
+#include <netinet/in.h>
+#include <glib.h>
+
+#include "rtp-packet.h"
Rtp_Packet
rtp_packet_new_take_data(gpointer data, guint data_len)