From 14b94ea00b3d896c6926dbca27d07676d5889d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 9 Dec 2023 13:15:38 +0200 Subject: [PATCH] rtpvp9pay: Don't include unused dboolhuff.h header It's only used by the VP8 payloader. Part-of: --- subprojects/gst-plugins-good/gst/rtp/gstrtpvp9pay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gst-plugins-good/gst/rtp/gstrtpvp9pay.c b/subprojects/gst-plugins-good/gst/rtp/gstrtpvp9pay.c index f5db16b2cf..51c2599725 100644 --- a/subprojects/gst-plugins-good/gst/rtp/gstrtpvp9pay.c +++ b/subprojects/gst-plugins-good/gst/rtp/gstrtpvp9pay.c @@ -33,7 +33,6 @@ #include #include #include "gstrtpelements.h" -#include "dboolhuff.h" #include "gstrtpvp9pay.h" #include "gstrtputils.h"