summaryrefslogtreecommitdiffstats
path: root/maccaml/graph.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1998-11-05 12:53:32 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1998-11-05 12:53:32 +0000
commit449f929debc9350fe484d4115a0dda6efe752ec1 (patch)
tree777e1967591d68d58b4d402d3b84cc9b1eb993fe /maccaml/graph.c
parentf34112893059287080dcc06e5d4e0dd2b7dc50ef (diff)
Declaration de string_length dans <mlvalues.h>. Suppression de <str.h> ainsi rendu inutile.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2152 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'maccaml/graph.c')
-rw-r--r--maccaml/graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/maccaml/graph.c b/maccaml/graph.c
index 58290b2ce..73f119646 100644
--- a/maccaml/graph.c
+++ b/maccaml/graph.c
@@ -17,7 +17,6 @@
#include "memory.h"
#include "mlvalues.h"
#include "signals.h"
-#include "str.h"
#include "main.h" /* Include main.h last or Assert will not work. */