summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-07-02 15:56:12 +0100
committerBackport Bot <gitlab-backport-bot@gstreamer-foundation.org>2024-07-03 12:22:18 +0100
commit764543d3a5bc8e974e5e90fa742d5309317a5888 (patch)
tree17b5466d19d79a4d570cd15aa863384cb5341353
parent24de7cf1fe508e5dbf8a6050fdee34eff417f63d (diff)
info: remove unused valgrind header include
Follow-up to commit a2cbf75523cdf8a4df1baa7007d86ef455972245. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7129>
-rw-r--r--subprojects/gstreamer/gst/gstinfo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/subprojects/gstreamer/gst/gstinfo.c b/subprojects/gstreamer/gst/gstinfo.c
index 905eef0f70..4e61dcdff5 100644
--- a/subprojects/gstreamer/gst/gstinfo.c
+++ b/subprojects/gstreamer/gst/gstinfo.c
@@ -106,9 +106,6 @@
#include "gstvalue.h"
#include "gstcapsfeatures.h"
-#ifdef HAVE_VALGRIND_VALGRIND_H
-# include <valgrind/valgrind.h>
-#endif
#endif /* GST_DISABLE_GST_DEBUG */
#include <glib/gprintf.h> /* g_sprintf */