Reference public header from canonical location.

This commit is contained in:
Bård Skaflestad 2012-06-22 19:37:51 +02:00
parent 25cc61d481
commit 7946509f6c
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
#include <stdlib.h>
#include <string.h>
#include "compr_bc.h"
#include <opm/core/pressure/tpfa/compr_bc.h>
static int
expand_source_tables(int alloc, struct compr_bc *bc)

View File

@ -17,7 +17,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include "compr_quant.h"
#include <opm/core/pressure/tpfa/compr_quant.h>
/* ---------------------------------------------------------------------- */

View File

@ -37,7 +37,7 @@
#include <stdlib.h>
#include <string.h>
#include "compr_source.h"
#include <opm/core/pressure/tpfa/compr_source.h>
static int
expand_source_tables(int alloc, struct compr_src *src)