diff options
Diffstat (limited to 'kernel/byterun/coq_gc.h')
-rw-r--r-- | kernel/byterun/coq_gc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/byterun/coq_gc.h b/kernel/byterun/coq_gc.h index 2f085326..ccccbe78 100644 --- a/kernel/byterun/coq_gc.h +++ b/kernel/byterun/coq_gc.h @@ -10,8 +10,8 @@ #ifndef _COQ_CAML_GC_ #define _COQ_CAML_GC_ -#include "mlvalues.h" -#include "alloc.h" +#include <mlvalues.h> +#include <alloc.h> typedef void (*scanning_action) (value, value *); |