diff --git a/test/math/remez.cpp b/test/math/remez.cpp index 3d41b4e2..868a8c69 100644 --- a/test/math/remez.cpp +++ b/test/math/remez.cpp @@ -12,8 +12,7 @@ # include "config.h" #endif -#include "lol/math/real.h" -#include "lol/math/remez.h" +#include "core.h" using lol::real; using lol::RemezSolver;