diff --git a/dumux/flux/fickslaw.hh b/dumux/flux/fickslaw.hh
index 1edb6d2e2cc56d3fb246e9c4df4ba5d9556181c9..73a73c9769ba1fc65fc9a42a0467859f7ef6e3f3 100644
--- a/dumux/flux/fickslaw.hh
+++ b/dumux/flux/fickslaw.hh
@@ -47,6 +47,6 @@ using FicksLaw = FicksLawImplementation<TypeTag, GetPropType<TypeTag, Properties
 #include <dumux/flux/cctpfa/fickslaw.hh>
 #include <dumux/flux/ccmpfa/fickslaw.hh>
 #include <dumux/flux/box/fickslaw.hh>
-#include <dumux/discretization/staggered/freeflow/fickslaw.hh>
+#include <dumux/flux/staggered/freeflow/fickslaw.hh>
 
 #endif
diff --git a/dumux/flux/fourierslaw.hh b/dumux/flux/fourierslaw.hh
index dc9a714a4351b2bd75befeb7aad9f7cd2c1af5dc..d9d6a4ac8d1ce06c93f330753ae2dbc4c0700a79 100644
--- a/dumux/flux/fourierslaw.hh
+++ b/dumux/flux/fourierslaw.hh
@@ -48,6 +48,6 @@ using FouriersLaw = FouriersLawImplementation<TypeTag, GetPropType<TypeTag, Prop
 #include <dumux/flux/cctpfa/fourierslaw.hh>
 #include <dumux/flux/ccmpfa/fourierslaw.hh>
 #include <dumux/flux/box/fourierslaw.hh>
-#include <dumux/discretization/staggered/freeflow/fourierslaw.hh>
+#include <dumux/flux/staggered/freeflow/fourierslaw.hh>
 
 #endif
diff --git a/dumux/flux/maxwellstefanslaw.hh b/dumux/flux/maxwellstefanslaw.hh
index 8c51832ec30cc2607f898f0ba43583fb5b247ca5..e4cb4a02bd54185cf8c6295b69b1ee7b183a52a1 100644
--- a/dumux/flux/maxwellstefanslaw.hh
+++ b/dumux/flux/maxwellstefanslaw.hh
@@ -45,6 +45,6 @@ using MaxwellStefansLaw = MaxwellStefansLawImplementation<TypeTag, GetPropType<T
 
 #include <dumux/flux/cctpfa/maxwellstefanslaw.hh>
 #include <dumux/flux/box/maxwellstefanslaw.hh>
-#include <dumux/discretization/staggered/freeflow/maxwellstefanslaw.hh>
+#include <dumux/flux/staggered/freeflow/maxwellstefanslaw.hh>
 
 #endif
diff --git a/dumux/discretization/staggered/freeflow/fickslaw.hh b/dumux/flux/staggered/freeflow/fickslaw.hh
similarity index 100%
rename from dumux/discretization/staggered/freeflow/fickslaw.hh
rename to dumux/flux/staggered/freeflow/fickslaw.hh
diff --git a/dumux/discretization/staggered/freeflow/fourierslaw.hh b/dumux/flux/staggered/freeflow/fourierslaw.hh
similarity index 100%
rename from dumux/discretization/staggered/freeflow/fourierslaw.hh
rename to dumux/flux/staggered/freeflow/fourierslaw.hh
diff --git a/dumux/discretization/staggered/freeflow/maxwellstefanslaw.hh b/dumux/flux/staggered/freeflow/maxwellstefanslaw.hh
similarity index 100%
rename from dumux/discretization/staggered/freeflow/maxwellstefanslaw.hh
rename to dumux/flux/staggered/freeflow/maxwellstefanslaw.hh