radeonsi: remove radeonsi prefix from si_pipe.h includes

Signed-off-by: Thong Thai <thong.thai@amd.com>
Reviewed-by: David Rosca <david.rosca@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40518>
This commit is contained in:
Thong Thai 2026-01-19 16:58:02 +00:00 committed by Marge Bot
parent 5d7cf5e762
commit 525fcdfcee
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
#include "pipe/p_video_codec.h"
#include "radeon_bitstream.h"
#include "radeonsi/si_pipe.h"
#include "si_pipe.h"
#include "util/u_memory.h"
#include "util/u_video.h"
#include "vl/vl_video_buffer.h"

View file

@ -10,7 +10,7 @@
#include "pipe/p_video_codec.h"
#include "radeon_bitstream.h"
#include "radeonsi/si_pipe.h"
#include "si_pipe.h"
#include "util/u_memory.h"
#include "util/u_video.h"
#include "vl/vl_video_buffer.h"

View file

@ -11,7 +11,7 @@
#include "ac_debug.h"
#include "si_video.h"
#include "radeonsi/si_pipe.h"
#include "si_pipe.h"
#include "util/u_memory.h"
#include "util/u_video.h"
#include "vl/vl_video_buffer.h"