From c76f77f4cc1e71988251c5e63cf6ef137477bf9c Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Fri, 17 Nov 2017 15:10:52 -0600 Subject: [PATCH] Removed unnecessary #include "blis.h" from header. Details: - Removed an errant #include "blis.h directive from bli_cntx_ind_stage.h. The generaly policy is that no header file in BLIS should include blis.h. This will be important in the near future when using a tool to recursively create a monolithic blis.h file from its consitutent headers. --- frame/ind/cntx/bli_cntx_ind_stage.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/frame/ind/cntx/bli_cntx_ind_stage.h b/frame/ind/cntx/bli_cntx_ind_stage.h index f9832b32a..c54fc2b23 100644 --- a/frame/ind/cntx/bli_cntx_ind_stage.h +++ b/frame/ind/cntx/bli_cntx_ind_stage.h @@ -32,8 +32,6 @@ */ -#include "blis.h" - void bli_cntx_ind_stage( ind_t method, dim_t stage, cntx_t* cntx ); void bli_cntx_3mh_stage( dim_t stage, cntx_t* cntx );