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:
Field G. Van Zee
2017-11-17 15:10:52 -06:00
parent 2bb9bc6e95
commit c76f77f4cc

View File

@@ -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 );