Skip to content

Commit 661cbf6

Browse files
streamline includes
1 parent d5d4b8d commit 661cbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constructive.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#include <R.h>
21
#include <Rinternals.h>
32
#include <Rdefines.h>
3+
#include <stdint.h> // for uintptr_t
44
#include <stdio.h>
5-
#include <inttypes.h>
65
#include <stdlib.h> // for NULL
6+
#include <R_ext/error.h> // for error
77
#include <R_ext/Rdynload.h>
88

99
/* .Call calls */

0 commit comments

Comments
 (0)