aboutsummaryrefslogtreecommitdiff
path: root/src/graph/Gdraws
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/graph/Gdraws
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/graph/Gdraws')
-rw-r--r--src/graph/Gdraws/Gfun.c.pamphlet1
-rw-r--r--src/graph/Gdraws/Makefile.in3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/graph/Gdraws/Gfun.c.pamphlet b/src/graph/Gdraws/Gfun.c.pamphlet
index 7a42f762..c7ef9d6e 100644
--- a/src/graph/Gdraws/Gfun.c.pamphlet
+++ b/src/graph/Gdraws/Gfun.c.pamphlet
@@ -49,7 +49,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define _GFUN_C
-#include "useproto.h"
#include <stdio.h>
#include <unistd.h>
diff --git a/src/graph/Gdraws/Makefile.in b/src/graph/Gdraws/Makefile.in
index b098aa70..597116d0 100644
--- a/src/graph/Gdraws/Makefile.in
+++ b/src/graph/Gdraws/Makefile.in
@@ -66,8 +66,7 @@ subdir = src/graph/Gdraws/
pamphlets = Makefile.pamphlet Gfun.c.pamphlet psFiles.pamphlet
HEADERS = ${IN}/Gdraws0.h ${LINC}/G.h ${LINC}/Gfun.H1 \
- ${GINC}/hash.h ${GINC}/hash.H1 ${GINC}/useproto.h \
- $(axiom_c_macros_h)
+ ${GINC}/hash.h ${GINC}/hash.H1 $(axiom_c_macros_h)
PSFiles= ${PS}/colorpoly.ps ${PS}/colorwol.ps ${PS}/draw.ps \
${PS}/drawIstr.ps ${PS}/drawarc.ps ${PS}/drawcolor.ps \