From be67e0f7a578ec45cc240a03ca82844d2ae9dcb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 11 Apr 2016 16:22:09 +0200 Subject: [PATCH] Update include file locations. --- examples/sim_2p_comp_reorder.cpp | 2 +- examples/sim_2p_incomp.cpp | 2 +- opm/autodiff/FlowMain.hpp | 2 +- opm/simulators/SimulatorCompressibleTwophase.cpp | 2 +- opm/simulators/SimulatorIncompTwophase.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/sim_2p_comp_reorder.cpp b/examples/sim_2p_comp_reorder.cpp index 2d08c69f1..b42016339 100644 --- a/examples/sim_2p_comp_reorder.cpp +++ b/examples/sim_2p_comp_reorder.cpp @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include diff --git a/examples/sim_2p_incomp.cpp b/examples/sim_2p_incomp.cpp index cb108b2d5..de13d2a60 100644 --- a/examples/sim_2p_incomp.cpp +++ b/examples/sim_2p_incomp.cpp @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include diff --git a/opm/autodiff/FlowMain.hpp b/opm/autodiff/FlowMain.hpp index bfaef1b7b..b54eead20 100644 --- a/opm/autodiff/FlowMain.hpp +++ b/opm/autodiff/FlowMain.hpp @@ -50,7 +50,7 @@ #include #include #include -#include // Note: the GridHelpers must be included before this (to make overloads available). \TODO: Fix. +#include // Note: the GridHelpers must be included before this (to make overloads available). \TODO: Fix. #include #include diff --git a/opm/simulators/SimulatorCompressibleTwophase.cpp b/opm/simulators/SimulatorCompressibleTwophase.cpp index 5acad2c26..a122c153c 100644 --- a/opm/simulators/SimulatorCompressibleTwophase.cpp +++ b/opm/simulators/SimulatorCompressibleTwophase.cpp @@ -21,7 +21,7 @@ #include "config.h" #endif // HAVE_CONFIG_H -#include +#include #include #include diff --git a/opm/simulators/SimulatorIncompTwophase.cpp b/opm/simulators/SimulatorIncompTwophase.cpp index d55c45739..46326becc 100644 --- a/opm/simulators/SimulatorIncompTwophase.cpp +++ b/opm/simulators/SimulatorIncompTwophase.cpp @@ -21,7 +21,7 @@ #include "config.h" #endif // HAVE_CONFIG_H -#include +#include #include #include #include