From 65be13def91c5f36259d75af81921a0bb788b7d3 Mon Sep 17 00:00:00 2001 From: Oliver Heidmann <oliver.heidmann@mpimet.mpg.de> Date: Wed, 5 Feb 2025 13:17:49 +0100 Subject: [PATCH] removed unnecessary cmor include --- src/cdo_features.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/cdo_features.cc b/src/cdo_features.cc index aaa1e9da8..ba918d6a6 100644 --- a/src/cdo_features.cc +++ b/src/cdo_features.cc @@ -45,13 +45,6 @@ #include <proj.h> #endif -#ifdef HAVE_LIBCMOR -extern "C" -{ -#include "cmor.h" -} -#endif - #include <cstdio> #include <cstring> #include <iostream> -- GitLab