From 154b84649f0bac737b403ff7bbdd0eec29c4998b 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 867425958d..c82e03f8bb 100644 --- a/subprojects/gstreamer/gst/gstinfo.c +++ b/subprojects/gstreamer/gst/gstinfo.c @@ -107,9 +107,6 @@ #include "gstvecdeque.h" #include "gstcapsfeatures.h" -#ifdef HAVE_VALGRIND_VALGRIND_H -# include -#endif #endif /* GST_DISABLE_GST_DEBUG */ #include /* g_sprintf */