commit 4224d6e83f1b7a6ad557ced55ad18d20ecaf7e3f
parent 0dea7f7efa52a83d2eeef41a35c1b5d6ee292422
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 8 Jul 2021 11:34:50 +0200
Fix compilation errors
Remove unnecessary inclusions from the core files that might prevent the
library from building if the atmosphere command was not required.
Diffstat:
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/core/htrdr.c b/src/core/htrdr.c
@@ -27,8 +27,6 @@
#include <rsys/mem_allocator.h>
#include <rsys/str.h>
-#include "high_tune/htsky.h"
-
#include <star/s3d.h>
#include <star/ssf.h>
diff --git a/src/core/htrdr_cie_xyz.c b/src/core/htrdr_cie_xyz.c
@@ -20,8 +20,6 @@
#include "core/htrdr_cie_xyz.h"
#include "core/htrdr_log.h"
-#include <high_tune/htsky.h>
-
#include <rsys/algorithm.h>
#include <rsys/cstr.h>
#include <rsys/dynamic_array_double.h>
diff --git a/src/core/htrdr_ran_wlen.c b/src/core/htrdr_ran_wlen.c
@@ -23,8 +23,6 @@
#include "core/htrdr_ran_wlen.h"
#include "core/htrdr_spectral.h"
-#include <high_tune/htsky.h>
-
#include <rsys/algorithm.h>
#include <rsys/cstr.h>
#include <rsys/dynamic_array_double.h>