aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/htadd.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-03-08 20:21:56 +0000
committerdos-reis <gdr@axiomatics.org>2008-03-08 20:21:56 +0000
commit3f7d906f8cd6edd2597a49f629bd31914de8ca08 (patch)
tree4a015d892d777f58f9b88010c76d924227a12cc4 /src/hyper/htadd.c
parent6a0809d42bbfb8ae3c00431c69bff92f38e5739c (diff)
downloadopen-axiom-3f7d906f8cd6edd2597a49f629bd31914de8ca08.tar.gz
* include/addfile.h: Move from hyper.
* include/addfile.H1: Move external declarations into addfile.h. Remove.
Diffstat (limited to 'src/hyper/htadd.c')
-rw-r--r--src/hyper/htadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/htadd.c b/src/hyper/htadd.c
index 36595751..edc2add4 100644
--- a/src/hyper/htadd.c
+++ b/src/hyper/htadd.c
@@ -48,7 +48,7 @@
#include "lex.h"
#include "htadd.H1"
-#include "addfile.H1"
+#include "addfile.h"
#include "halloc.H1"
#include "hash.H1"
#include "hterror.H1"