From 41965d4082d954a911f41ee7a4b7a233a98527d0 Mon Sep 17 00:00:00 2001 From: "Pohsiang (John) Hsu" Date: Wed, 29 Apr 2026 15:40:10 -0700 Subject: [PATCH] mediafoundation: code clean up Reviewed-by: Yubo Xie Part-of: --- src/gallium/frontends/mediafoundation/encode_h264.cpp | 2 -- src/gallium/frontends/mediafoundation/encode_hevc.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/gallium/frontends/mediafoundation/encode_h264.cpp b/src/gallium/frontends/mediafoundation/encode_h264.cpp index 5b8c9b9435f..28d57852c9f 100644 --- a/src/gallium/frontends/mediafoundation/encode_h264.cpp +++ b/src/gallium/frontends/mediafoundation/encode_h264.cpp @@ -22,8 +22,6 @@ */ #if MFT_CODEC_H264ENC #include "hmft_entrypoints.h" -#include "mfbufferhelp.h" -#include "mfpipeinterop.h" #include "reference_frames_tracker_h264.h" #include "wpptrace.h" diff --git a/src/gallium/frontends/mediafoundation/encode_hevc.cpp b/src/gallium/frontends/mediafoundation/encode_hevc.cpp index f8400002ea5..404a11f1098 100644 --- a/src/gallium/frontends/mediafoundation/encode_hevc.cpp +++ b/src/gallium/frontends/mediafoundation/encode_hevc.cpp @@ -22,8 +22,6 @@ */ #if MFT_CODEC_H265ENC #include "hmft_entrypoints.h" -#include "mfbufferhelp.h" -#include "mfpipeinterop.h" #include "reference_frames_tracker_hevc.h" #include "wpptrace.h"