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:
chyyran 2023-12-09 02:39:58 -05:00 committed by Marge Bot
parent 43bc212aeb
commit f079b6a18d

View file

@ -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"