diff --git a/appl/lecture/msm/1p2cvs2p/lensproblem2p.hh b/appl/lecture/msm/1p2cvs2p/lensproblem2p.hh
index a5df406e877b848b53452bd717a8aa30aa186931..18b6a04ef36fbe6928e5545ab253b05740b65999 100644
--- a/appl/lecture/msm/1p2cvs2p/lensproblem2p.hh
+++ b/appl/lecture/msm/1p2cvs2p/lensproblem2p.hh
@@ -130,7 +130,6 @@ class LensProblem2p : public TwoPProblem<TypeTag>
     typedef typename GET_PROP_TYPE(TypeTag, PTAG(TwoPIndices)) Indices;
 
     typedef typename GET_PROP_TYPE(TypeTag, PTAG(FluidSystem)) FluidSystem;
-    typedef TwoPFluidState<TypeTag> FluidState;
 
     enum
     {
diff --git a/test/boxmodels/2p/lensproblem.hh b/test/boxmodels/2p/lensproblem.hh
index 572974a7821a6e1417497f6fa6b027a23770b7e3..c9b276872d3e97f0a4761072edf29c376d15028f 100644
--- a/test/boxmodels/2p/lensproblem.hh
+++ b/test/boxmodels/2p/lensproblem.hh
@@ -154,8 +154,6 @@ class LensProblem : public TwoPProblem<TypeTag>
     typedef typename GET_PROP_TYPE(TypeTag, PTAG(WettingPhase)) WettingPhase;
     typedef typename GET_PROP_TYPE(TypeTag, PTAG(NonWettingPhase)) NonWettingPhase;
 
-    typedef TwoPFluidState<TypeTag> FluidState;
-
     enum {
         numEq = GET_PROP_VALUE(TypeTag, PTAG(NumEq)),
 
diff --git a/test/common/generalproblem/generallensproblem.hh b/test/common/generalproblem/generallensproblem.hh
index 398495c2fead8c3d505cd2ca834c5569bb6d4d5a..fa9d0e608de38cff352c110218ba4a58d37b3f97 100644
--- a/test/common/generalproblem/generallensproblem.hh
+++ b/test/common/generalproblem/generallensproblem.hh
@@ -205,7 +205,6 @@ class GeneralLensProblem : public GET_PROP_TYPE(TypeTag, PTAG(ProblemBaseClass))
     typedef typename GET_PROP_TYPE(TypeTag, PTAG(FluidSystem)) FluidSystem;
     typedef typename GET_PROP_TYPE(TypeTag, PTAG(WettingPhase)) WettingPhase;
     typedef typename GET_PROP_TYPE(TypeTag, PTAG(NonWettingPhase)) NonWettingPhase;
-    typedef TwoPFluidState<TypeTag> FluidState;
 
     enum {
         numEq = GET_PROP_VALUE(TypeTag, PTAG(NumEq)),