From 574bdaeb481d52a96960df29c0b7f24d9fd0eb32 Mon Sep 17 00:00:00 2001 From: Chithra Sankar Date: Thu, 3 Oct 2019 17:04:57 +0530 Subject: [PATCH] Modified cblas.hh not to include cblas.h ,as this file gets generated after make install BLIS --- cpp/cblas.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/cblas.hh b/cpp/cblas.hh index 337ae6878..09ebc07db 100644 --- a/cpp/cblas.hh +++ b/cpp/cblas.hh @@ -28,7 +28,6 @@ #define CBLAS_HH extern "C" { -#include #include }