From 10ebb2c9c7b3f852e5570c6241193100f4382923 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Wed, 22 Aug 2012 11:47:31 +0000 Subject: [PATCH] defaultcomponents: do not include headers which are not used git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8948 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/fluidsystems/defaultcomponents.hh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dumux/material/fluidsystems/defaultcomponents.hh b/dumux/material/fluidsystems/defaultcomponents.hh index 53c70bdb09..d68a60f4d9 100644 --- a/dumux/material/fluidsystems/defaultcomponents.hh +++ b/dumux/material/fluidsystems/defaultcomponents.hh @@ -33,17 +33,13 @@ #include <dumux/common/basicproperties.hh> +#include <dumux/material/components/h2o.hh> +#include <dumux/material/components/n2.hh> +#include <dumux/material/components/o2.hh> +#include <dumux/material/components/h2.hh> #include <dumux/material/components/ch4.hh> #include <dumux/material/components/simpleco2.hh> -#include <dumux/material/components/h2.hh> -#include <dumux/material/components/o2.hh> -#include <dumux/material/components/oil.hh> -#include <dumux/material/components/n2.hh> -#include <dumux/material/components/h2o.hh> #include <dumux/material/components/simpleh2o.hh> -#include <dumux/material/components/simplednapl.hh> -#include <dumux/material/components/benzene.hh> -#include <dumux/material/components/mesitylene.hh> #include <dumux/material/components/brine.hh> #include <dumux/material/components/tabulatedcomponent.hh> -- GitLab