diff options
Diffstat (limited to 'src/graph/Gdraws')
-rw-r--r-- | src/graph/Gdraws/Gfun.c | 1 | ||||
-rw-r--r-- | src/graph/Gdraws/Makefile.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/graph/Gdraws/Gfun.c b/src/graph/Gdraws/Gfun.c index ffb8275a..db2f4f7f 100644 --- a/src/graph/Gdraws/Gfun.c +++ b/src/graph/Gdraws/Gfun.c @@ -45,7 +45,6 @@ #include "G.h" #include "hash.h" -#include "hash.H1" #include "Gfun.H1" diff --git a/src/graph/Gdraws/Makefile.in b/src/graph/Gdraws/Makefile.in index 434b29bb..56d018df 100644 --- a/src/graph/Gdraws/Makefile.in +++ b/src/graph/Gdraws/Makefile.in @@ -64,7 +64,7 @@ subdir = src/graph/Gdraws/ pamphlets = psFiles.pamphlet HEADERS = ${IN}/Gdraws0.h ${LINC}/G.h ${LINC}/Gfun.H1 \ - ${GINC}/hash.h ${GINC}/hash.H1 $(axiom_c_macros_h) + ${GINC}/hash.h $(axiom_c_macros_h) PSFiles= ${PS}/colorpoly.ps ${PS}/colorwol.ps ${PS}/draw.ps \ ${PS}/drawIstr.ps ${PS}/drawarc.ps ${PS}/drawcolor.ps \ |