mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
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.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user