Module: Mesa Branch: main Commit: f85d8d908c7fb3419c0ba65a3f9b864ae91637d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f85d8d908c7fb3419c0ba65a3f9b864ae91637d1
Author: Rohan Garg <[email protected]> Date: Tue Oct 17 17:11:13 2023 +0200 anv: cleanup includes Signed-off-by: Rohan Garg <[email protected]> Acked-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25766> --- src/intel/vulkan/genX_init_state.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/intel/vulkan/genX_init_state.c b/src/intel/vulkan/genX_init_state.c index deb900753b6..e514857026e 100644 --- a/src/intel/vulkan/genX_init_state.c +++ b/src/intel/vulkan/genX_init_state.c @@ -21,12 +21,6 @@ * IN THE SOFTWARE. */ -#include <assert.h> -#include <stdbool.h> -#include <string.h> -#include <unistd.h> -#include <fcntl.h> - #include "anv_private.h" #include "common/intel_aux_map.h"
