commit df450e75206b25f114e547eed4a0ea42eab448e3
parent 47fdc34ed6e6e8c89df06c92418bdd76800a0b3f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 9 Jan 2017 10:56:40 +0100
Remove a hidden (and useless) dependency to Star-MC
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/ssol_estimator_c.h b/src/ssol_estimator_c.h
@@ -16,8 +16,6 @@
#ifndef SSOL_ESTIMATOR_C_H
#define SSOL_ESTIMATOR_C_H
-#include <star/smc.h>
-
#include <rsys/ref_count.h>
/* Monte carlo data */
diff --git a/src/ssol_solver.c b/src/ssol_solver.c
@@ -41,6 +41,7 @@
#include <star/ssf.h>
#include <star/ssp.h>
+#include <limits.h>
#include <omp.h>
struct point {