From 7946509f6c2951839f16a125cdd98764d2086465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 22 Jun 2012 19:37:51 +0200 Subject: [PATCH] Reference public header from canonical location. --- opm/core/pressure/tpfa/compr_bc.c | 2 +- opm/core/pressure/tpfa/compr_quant.c | 2 +- opm/core/pressure/tpfa/compr_source.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/core/pressure/tpfa/compr_bc.c b/opm/core/pressure/tpfa/compr_bc.c index 2e443de0..c1359109 100644 --- a/opm/core/pressure/tpfa/compr_bc.c +++ b/opm/core/pressure/tpfa/compr_bc.c @@ -37,7 +37,7 @@ #include #include -#include "compr_bc.h" +#include static int expand_source_tables(int alloc, struct compr_bc *bc) diff --git a/opm/core/pressure/tpfa/compr_quant.c b/opm/core/pressure/tpfa/compr_quant.c index a2e7adfe..4ae0e580 100644 --- a/opm/core/pressure/tpfa/compr_quant.c +++ b/opm/core/pressure/tpfa/compr_quant.c @@ -17,7 +17,7 @@ along with OPM. If not, see . */ -#include "compr_quant.h" +#include /* ---------------------------------------------------------------------- */ diff --git a/opm/core/pressure/tpfa/compr_source.c b/opm/core/pressure/tpfa/compr_source.c index 04d12d4c..a6831b84 100644 --- a/opm/core/pressure/tpfa/compr_source.c +++ b/opm/core/pressure/tpfa/compr_source.c @@ -37,7 +37,7 @@ #include #include -#include "compr_source.h" +#include static int expand_source_tables(int alloc, struct compr_src *src)