From 86fd97406c53bc6fc6f936c2183c909102c442da Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Sat, 23 Aug 2025 15:59:55 +0300 Subject: [PATCH] Remove unnecessary includes from fattn.cu --- ggml/src/ggml-cuda/fattn.cu | 2 -- 1 file changed, 2 deletions(-) diff --git a/ggml/src/ggml-cuda/fattn.cu b/ggml/src/ggml-cuda/fattn.cu index 7bb078bd..eb4684d2 100644 --- a/ggml/src/ggml-cuda/fattn.cu +++ b/ggml/src/ggml-cuda/fattn.cu @@ -5,8 +5,6 @@ // SPDX-License-Identifier: MIT // -#include "common.cuh" -#include "fattn-common.cuh" #include "fattn-tile-f16.cuh" #include "fattn-tile-f32.cuh" #include "fattn-vec-f16-interface.cuh"