Skip to content

Commit 73ca8da

Browse files
authored
Update kit.h
1 parent 1a8c747 commit 73ca8da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/kit.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
#define DATAPTR_RO(x) ((const void *)DATAPTR(x))
2222
#endif
2323

24+
#include <Rinternals.h>
25+
#include <stdlib.h>
26+
#include <stdint.h>
27+
#include <stdbool.h>
28+
2429
#if R_VERSION < R_Version(4, 5, 0)
2530
# define isDataFrame(x) Rf_isFrame(x)
2631
# define R_ClosureFormals(x) FORMALS(x)
@@ -44,11 +49,6 @@ void CLEAR_ATTRIB(SEXP x)
4449
}
4550
#endif
4651

47-
#include <Rinternals.h>
48-
#include <stdlib.h>
49-
#include <stdint.h>
50-
#include <stdbool.h>
51-
5252
#if !defined SSIZE_MAX
5353
#define SSIZE_MAX LLONG_MAX
5454
#endif

0 commit comments

Comments
 (0)