Remove uses of stdint.h in Spacetime files
parent
61ab5570f3
commit
652c08525f
|
@ -15,7 +15,6 @@
|
|||
#define CAML_INTERNALS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
#define CAML_INTERNALS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "caml/alloc.h"
|
||||
#include "caml/config.h"
|
||||
#include "caml/fail.h"
|
||||
#include "caml/gc.h"
|
||||
#include "caml/intext.h"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#define CAML_INTERNALS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
@ -23,6 +22,7 @@
|
|||
|
||||
#include "caml/alloc.h"
|
||||
#include "caml/backtrace_prim.h"
|
||||
#include "caml/config.h"
|
||||
#include "caml/custom.h"
|
||||
#include "caml/fail.h"
|
||||
#include "caml/gc.h"
|
||||
|
|
Loading…
Reference in New Issue