From 764543d3a5bc8e974e5e90fa742d5309317a5888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 2 Jul 2024 15:56:12 +0100 Subject: [PATCH] info: remove unused valgrind header include Follow-up to commit a2cbf75523cdf8a4df1baa7007d86ef455972245. Part-of: --- subprojects/gstreamer/gst/gstinfo.c | 3 --- 1 file changed, 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 -#endif #endif /* GST_DISABLE_GST_DEBUG */ #include /* g_sprintf */