remove dependency on cblas

This commit is contained in:
Kevin Keogh
2017-04-02 21:13:55 -04:00
parent a8a96ba17a
commit 50fd8df3aa
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
#include "black_scholes.h"
#include "utils.h"
#include <cblas.h>
#include <math.h>
#include <time.h>