mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
rtpgsmpay: Remove non-existing includes for now
git add -p mistake.
This commit is contained in:
parent
ef5e14989b
commit
51cd22c912
1 changed files with 0 additions and 2 deletions
|
@ -25,10 +25,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gst/rtp/gstrtpbuffer.h>
|
#include <gst/rtp/gstrtpbuffer.h>
|
||||||
#include <gst/audio/audio.h>
|
|
||||||
|
|
||||||
#include "gstrtpgsmpay.h"
|
#include "gstrtpgsmpay.h"
|
||||||
#include "gstrtputils.h"
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (rtpgsmpay_debug);
|
GST_DEBUG_CATEGORY_STATIC (rtpgsmpay_debug);
|
||||||
#define GST_CAT_DEFAULT (rtpgsmpay_debug)
|
#define GST_CAT_DEFAULT (rtpgsmpay_debug)
|
||||||
|
|
Loading…
Reference in a new issue