From 78bed975edbc8d51aeb6ac72b594a20ffae9e3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 20 Jun 2013 23:14:39 +0200 Subject: [PATCH] Disable build kluge that is no longer pertinent The header was introduced (commit 82369f9) as a work-around for a particular interaction in the Autotools-based setup of OPM-Core and the Dune core modules. Notably, Dune's "Enable" trick for Boost failed on some older Autoconf systems. Now that we're using CMake, however, that kluge is no longer needed because we (OPM-Core) always #define HAVE_BOOST 1 i.e., as an explict true/false value. Therefore, we need no longer include . The header will be removed at a later time. --- tests/test_nonuniformtablelinear.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_nonuniformtablelinear.cpp b/tests/test_nonuniformtablelinear.cpp index 465331795..ed05525a4 100644 --- a/tests/test_nonuniformtablelinear.cpp +++ b/tests/test_nonuniformtablelinear.cpp @@ -19,8 +19,6 @@ */ #include -#include - #if defined(HAVE_DYNAMIC_BOOST_TEST) #define BOOST_TEST_DYN_LINK #endif