From 567bb7235d5e2fb5db757ebff19a3ae8b0d1d3f4 Mon Sep 17 00:00:00 2001
From: Andreas Lauser <and@poware.org>
Date: Thu, 18 Aug 2011 09:12:14 +0000
Subject: [PATCH] tabulated component: remove unnecessary header
 boost/fp_classify.hpp

wasn't needed and resulted in compilation errors for old boost versions

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6516 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/material/components/tabulatedcomponent.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dumux/material/components/tabulatedcomponent.hh b/dumux/material/components/tabulatedcomponent.hh
index f298efeb9c..eee9d7979f 100644
--- a/dumux/material/components/tabulatedcomponent.hh
+++ b/dumux/material/components/tabulatedcomponent.hh
@@ -31,8 +31,6 @@
 
 #include <dumux/common/exceptions.hh>
 
-#include <boost/math/special_functions/fpclassify.hpp>
-
 #include <iostream>
 
 namespace Dumux
-- 
GitLab