diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake
index 1eac974ab9d..00ab7823798 100644
--- a/CMakeLists_files.cmake
+++ b/CMakeLists_files.cmake
@@ -287,7 +287,8 @@ if(ENABLE_ECL_INPUT)
opm/input/eclipse/Schedule/ResCoup/MasterGroup.cpp
opm/input/eclipse/Schedule/ResCoup/Slaves.cpp
opm/input/eclipse/Schedule/ResCoup/MasterMinimumTimeStep.cpp
- opm/input/eclipse/Schedule/ResCoup/CouplingFile.cpp
+ opm/input/eclipse/Schedule/ResCoup/ReadCouplingFile.cpp
+ opm/input/eclipse/Schedule/ResCoup/WriteCouplingFile.cpp
opm/input/eclipse/Schedule/UDQ/UDQKeywordHandlers.cpp
opm/input/eclipse/Schedule/UDQ/UDQActive.cpp
opm/input/eclipse/Schedule/UDQ/UDQAssign.cpp
@@ -1320,7 +1321,8 @@ if(ENABLE_ECL_INPUT)
opm/input/eclipse/Schedule/ResCoup/MasterGroup.hpp
opm/input/eclipse/Schedule/ResCoup/Slaves.hpp
opm/input/eclipse/Schedule/ResCoup/MasterMinimumTimeStep.hpp
- opm/input/eclipse/Schedule/ResCoup/CouplingFile.hpp
+ opm/input/eclipse/Schedule/ResCoup/ReadCouplingFile.hpp
+ opm/input/eclipse/Schedule/ResCoup/WriteCouplingFile.hpp
opm/input/eclipse/Schedule/VFPInjTable.hpp
opm/input/eclipse/Schedule/VFPProdTable.hpp
opm/input/eclipse/Schedule/Well/Connection.hpp
diff --git a/opm/input/eclipse/Schedule/ResCoup/GrupSlav.hpp b/opm/input/eclipse/Schedule/ResCoup/GrupSlav.hpp
index 9300a9f494e..d816d7f0b64 100644
--- a/opm/input/eclipse/Schedule/ResCoup/GrupSlav.hpp
+++ b/opm/input/eclipse/Schedule/ResCoup/GrupSlav.hpp
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with OPM. If not, see .
*/
-#ifndef RESERVOIR_COUPLING_GRUPSLAV_HPP
-#define RESERVOIR_COUPLING_GRUPSLAV_HPP
+#ifndef OPM_RESERVOIR_COUPLING_GRUPSLAV_HPP
+#define OPM_RESERVOIR_COUPLING_GRUPSLAV_HPP
#include
#include