diff options
Diffstat (limited to 'hacks/delaunay.h')
-rw-r--r-- | hacks/delaunay.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hacks/delaunay.h b/hacks/delaunay.h index 913de6d..9c18c84 100644 --- a/hacks/delaunay.h +++ b/hacks/delaunay.h @@ -22,10 +22,6 @@ #ifndef __DELAUNAY_H__ #define __DELAUNAY_H__ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif /* HAVE_CONFIG_H */ - typedef struct { double x,y,z; } XYZ; |