mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
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:
parent
5d7cf5e762
commit
525fcdfcee
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue