From 138b75bf128c41682fd8b27f346ca6bdb0074eb0 Mon Sep 17 00:00:00 2001 From: "PoYen, Chen" Date: Tue, 11 Jun 2024 14:18:24 +0000 Subject: [PATCH] Remove unused include directive --- example/ck_tile/01_fmha/fmha_fwd.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/example/ck_tile/01_fmha/fmha_fwd.hpp b/example/ck_tile/01_fmha/fmha_fwd.hpp index ee6c672339..52036c267d 100644 --- a/example/ck_tile/01_fmha/fmha_fwd.hpp +++ b/example/ck_tile/01_fmha/fmha_fwd.hpp @@ -10,7 +10,6 @@ #include "mask.hpp" #include "bias.hpp" #include -#include template struct FmhaFwdTypeConfig;