From 477005562736ee4af73c84b7de3e20f8d7e78428 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 18 Jul 2012 21:06:02 +0000 Subject: [PATCH] test: fix linking of remez.cpp on OS X. --- test/math/remez.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;