diff --git a/appl/conjugateheattransfer/monolithic/problem_freeflow.hh b/appl/conjugateheattransfer/monolithic/problem_freeflow.hh
index 72e5481a7d5242cae1b520bc256e73bd1884ddae..d99ed6a571c3de671e3c169012be5aaf43aef302 100644
--- a/appl/conjugateheattransfer/monolithic/problem_freeflow.hh
+++ b/appl/conjugateheattransfer/monolithic/problem_freeflow.hh
@@ -26,7 +26,7 @@
 #define DUMUX_FREEFLOW_SUBPROBLEM_HH
 
 #ifndef ENABLEMONOLITHIC
-#define ENABLEMONOLITHIC 1
+#define ENABLEMONOLITHIC 0
 #endif
 
 #include <dune/grid/yaspgrid.hh>
@@ -39,7 +39,7 @@
 #include <dumux/freeflow/navierstokes/model.hh>
 
 #if !ENABLEMONOLITHIC
-#include "../iterative/preciceadapter.hh"
+#include "../common/preciceadapter.hh"
 #endif
 
 namespace Dumux {
diff --git a/appl/conjugateheattransfer/monolithic/problem_heat.hh b/appl/conjugateheattransfer/monolithic/problem_heat.hh
index 31c3f7588078d52fef07535f2ec32ae33855a031..23849f9eab322e9ad093234dcd8889855a0d8302 100644
--- a/appl/conjugateheattransfer/monolithic/problem_heat.hh
+++ b/appl/conjugateheattransfer/monolithic/problem_heat.hh
@@ -26,7 +26,7 @@
 #define DUMUX_HEAT_SUBPROBLEM_HH
 
 #ifndef ENABLEMONOLITHIC
-#define ENABLEMONOLITHIC 1
+#define ENABLEMONOLITHIC 0
 #endif
 
 #include <dune/grid/yaspgrid.hh>
@@ -39,7 +39,7 @@
 #include "spatialparams.hh"
 
 #if !ENABLEMONOLITHIC
-#include "../iterative/preciceadapter.hh"
+#include "../common/preciceadapter.hh"
 #endif
 
 namespace Dumux {