Module: Mesa Branch: main Commit: f079b6a18d87bb2a99ebb4365ef426b39019efed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f079b6a18d87bb2a99ebb4365ef426b39019efed
Author: chyyran <ro...@ronnychan.ca> Date: Sat Dec 9 02:39:58 2023 -0500 util/format/fxt1: include "u_format_pack.h" instead of "util/format/u_format_pack.h" Signed-off-by: Ronny Chan <ro...@ronnychan.ca> Reviewed-by: Yonggang Luo <luoyongg...@gmail.com> Reviewed-by: Jesse Natalie <jenat...@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26608> --- src/util/format/u_format_fxt1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/format/u_format_fxt1.c b/src/util/format/u_format_fxt1.c index 7aaee79e274..d4512ebb74f 100644 --- a/src/util/format/u_format_fxt1.c +++ b/src/util/format/u_format_fxt1.c @@ -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"