From c5ed1cae046789ef7d2484ff0b86a1770f2f08cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 22 Jun 2012 19:33:36 +0200 Subject: [PATCH] Reference headers from canonical locations. --- opm/core/utility/StopWatch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/core/utility/StopWatch.cpp b/opm/core/utility/StopWatch.cpp index eaaaf005..a8f2b29d 100644 --- a/opm/core/utility/StopWatch.cpp +++ b/opm/core/utility/StopWatch.cpp @@ -36,8 +36,8 @@ #include "config.h" #endif #include -#include "StopWatch.hpp" -#include "ErrorMacros.hpp" +#include +#include namespace Opm {