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"