codecparser: remove unused headers

Mainly <string.h> but also <stdlib.h> in jpegparse

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7869>
This commit is contained in:
Víctor Manuel Jáquez Leal 2024-11-11 18:24:37 +01:00 committed by GStreamer Marge Bot
parent e60efa4b9a
commit 46f4dbe57b
5 changed files with 1 additions and 8 deletions

View file

@ -78,7 +78,6 @@
#include <gst/base/gstbytereader.h> #include <gst/base/gstbytereader.h>
#include <gst/base/gstbitreader.h> #include <gst/base/gstbitreader.h>
#include <string.h>
#ifndef GST_DISABLE_GST_DEBUG #ifndef GST_DISABLE_GST_DEBUG
#define GST_CAT_DEFAULT gst_h264_debug_category_get() #define GST_CAT_DEFAULT gst_h264_debug_category_get()

View file

@ -69,7 +69,6 @@
#include <gst/base/gstbytereader.h> #include <gst/base/gstbytereader.h>
#include <gst/base/gstbitreader.h> #include <gst/base/gstbitreader.h>
#include <string.h>
#ifndef GST_DISABLE_GST_DEBUG #ifndef GST_DISABLE_GST_DEBUG
#define GST_CAT_DEFAULT gst_h265_debug_category_get() #define GST_CAT_DEFAULT gst_h265_debug_category_get()

View file

@ -30,10 +30,8 @@
#include "config.h" #include "config.h"
#endif #endif
#include <string.h>
#include <stdlib.h>
#include <gst/base/gstbytereader.h>
#include "gstjpegparser.h" #include "gstjpegparser.h"
#include <gst/base/gstbytereader.h>
#ifndef GST_DISABLE_GST_DEBUG #ifndef GST_DISABLE_GST_DEBUG

View file

@ -36,8 +36,6 @@
#endif #endif
#include "nalutils.h" #include "nalutils.h"
#include <string.h>
/****** Nal parser ******/ /****** Nal parser ******/

View file

@ -38,7 +38,6 @@
#include <gst/base/gstbytereader.h> #include <gst/base/gstbytereader.h>
#include <gst/base/gstbitreader.h> #include <gst/base/gstbitreader.h>
#include <gst/base/gstbitwriter.h> #include <gst/base/gstbitwriter.h>
#include <string.h>
typedef struct typedef struct
{ {