Removing some warnings and moving dlib includes before blas as there seems to be a double definition otherwise.

This commit is contained in:
Tadas Baltrusaitis
2018-05-08 19:15:16 +01:00
parent 74f42ed41a
commit 536d96e29a
8 changed files with 9 additions and 25 deletions

View File

@@ -67,10 +67,6 @@
// Local includes
#include "LandmarkDetectorUtils.h"
// OpenBLAS
#include <cblas.h>
#include <f77blas.h>
// For exponential
#include <math.h>