info: remove unused valgrind header include

Follow-up to commit a2cbf75523.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7129>
This commit is contained in:
Tim-Philipp Müller 2024-07-02 15:56:12 +01:00 committed by Backport Bot
parent 24de7cf1fe
commit 764543d3a5

View file

@ -106,9 +106,6 @@
#include "gstvalue.h" #include "gstvalue.h"
#include "gstcapsfeatures.h" #include "gstcapsfeatures.h"
#ifdef HAVE_VALGRIND_VALGRIND_H
# include <valgrind/valgrind.h>
#endif
#endif /* GST_DISABLE_GST_DEBUG */ #endif /* GST_DISABLE_GST_DEBUG */
#include <glib/gprintf.h> /* g_sprintf */ #include <glib/gprintf.h> /* g_sprintf */