From 7c4f7f7f7c4320658828631039f57fadf6bfdb29 Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Thu, 28 May 2020 05:39:18 -0500
Subject: Fix copiles on gcc 10. Main thing is not to mix BLAS includes from
 OpenBLAS, GSL (and Eigen when used).

---
 test/src/unittests-math.cpp | 2 --
 1 file changed, 2 deletions(-)

(limited to 'test/src')

diff --git a/test/src/unittests-math.cpp b/test/src/unittests-math.cpp
index d82f656..4872e9a 100644
--- a/test/src/unittests-math.cpp
+++ b/test/src/unittests-math.cpp
@@ -1,8 +1,6 @@
 #include <catch.hpp>
 #include <iostream>
 #include <fenv.h>
-#include "gsl/gsl_matrix.h"
-// #include <cblas.h>
 
 #include <algorithm>
 #include <limits>
-- 
cgit v1.2.3