decodebin: Remove unused includes

* config.h is not used, plugin/element is registered in another file
* play-enum.h is not used
This commit is contained in:
Edward Hervey 2024-03-26 08:34:42 +01:00
parent 37b27f8989
commit 400970dd2a

View file

@ -20,10 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <glib.h>
#include <glib-object.h>
#include <glib/gprintf.h>
@ -31,7 +27,6 @@
#include <gst/pbutils/pbutils.h>
#include "gstplaybackelements.h"
#include "gstplay-enum.h"
#include "gstrawcaps.h"
/**