Skip to content

Commit

Permalink
CoinFinite: Remove unneeded includes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-andre committed Jul 19, 2024
1 parent 0eedf97 commit d108308
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/CoinFinite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,9 @@
// This code is licensed under the terms of the Eclipse Public License (EPL).

#include "CoinFinite.hpp"
#include "CoinUtilsConfig.h"

#include <cfloat>
#include <cmath>

#ifdef HAVE_CIEEEFP
#include <cieeefp>
#else
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif
#endif

bool CoinFinite(double val)
{
return std::isfinite(val);
Expand Down

0 comments on commit d108308

Please sign in to comment.