Turn into autonomous module by referencing local copy of grid.h
This commit is contained in:
parent
59c8f662a8
commit
dcfd312a37
@ -1,8 +1,6 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <grid.h>
|
|
||||||
|
|
||||||
#include "geometry.h"
|
#include "geometry.h"
|
||||||
#include "cgridinterface.h"
|
#include "cgridinterface.h"
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
#ifndef CGRIDINTERFACE_H
|
#ifndef CGRIDINTERFACE_H
|
||||||
#define CGRIDINTERFACE_H
|
#define CGRIDINTERFACE_H
|
||||||
|
|
||||||
#include <grid.h>
|
#include "grid.h"
|
||||||
|
|
||||||
#include "preprocess.h"
|
#include "preprocess.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user