Skip to content

Commit 80eb1d9

Browse files
committed
move more headers into major/minor protection
1 parent ffadf4e commit 80eb1d9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

inst/include/Rcpp/r/headers.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
# pragma push_macro("makedev")
4646
#endif
4747

48+
#include <Rcpp/platform/compiler.h>
49+
#include <Rcpp/config.h>
50+
#include <Rcpp/macros/macros.h>
51+
4852
#include <R.h>
4953
#include <Rinternals.h>
5054
#include <R_ext/Complex.h>

inst/include/RcppCommon.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
// #define RCPP_DEBUG_LEVEL 1
2727
// #define RCPP_DEBUG_MODULE_LEVEL 1
2828

29-
#include <Rcpp/platform/compiler.h>
30-
#include <Rcpp/config.h>
31-
#include <Rcpp/macros/macros.h>
32-
33-
3429
#include <Rcpp/r/headers.h>
3530

3631
/**

0 commit comments

Comments
 (0)