mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
util/format/fxt1: include "u_format_pack.h" instead of "util/format/u_format_pack.h"
Signed-off-by: Ronny Chan <ronny@ronnychan.ca> Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26608>
This commit is contained in:
parent
43bc212aeb
commit
f079b6a18d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,9 +23,9 @@
|
|||
*
|
||||
**************************************************************************/
|
||||
|
||||
#include "u_format_pack.h"
|
||||
#include "util/format/u_format.h"
|
||||
#include "util/format/u_format_fxt1.h"
|
||||
#include "util/format/u_format_pack.h"
|
||||
#include "util/format_srgb.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue