summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/init.c b/src/init.c
index 32fd0f1..cc1de77 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,15 +1,12 @@
#include "RSCdefines.h"
-#include <R.h>
-#include <R_ext/RS.h>
-#include <R_ext/Rdynload.h>
-#include <Rdefines.h>
-#include <Rinternals.h>
-#include <Rmath.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef _OPENMP
#include <omp.h>
#endif
+#include <R.h>
+#include <R_ext/Rdynload.h>
+#include <Rinternals.h>
// Wrapper for C cormad (with pointers)
SEXP cormad_C(SEXP R_matrix, SEXP len_rows, SEXP len_cols, SEXP R_evencorrect,