File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 2025-12-04 Iñaki Ucar <
[email protected] >
2+
3+ * inst/include/Rcpp/r/headers.h: Include <R_ext/Visibility.h>
4+ * inst/include/RcppCommon.h: Drop <R_ext/Callbacks.h>, not used anymore
5+ and dropped from the API; drop <R_ext/Visibility.h>, included above
6+
172025-12-03 Dirk Eddelbuettel <
[email protected] >
28
39 * DESCRIPTION (Version, Date): Roll micro version and date
Original file line number Diff line number Diff line change 7272#include <R_ext/Complex.h>
7373#include <R_ext/Parse.h>
7474#include <R_ext/Rdynload.h>
75+ #include <R_ext/Visibility.h>
7576#include <Rversion.h>
7677
7778/* Ensure NORET defined (normally provided by R headers with R >= 3.2.0) */
Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ namespace Rcpp {
7373#include < typeinfo>
7474#include < utility>
7575#include < Rcpp/sprintf.h>
76- #include < R_ext/Callbacks.h>
77- #include < R_ext/Visibility.h>
7876#include < Rcpp/utils/tinyformat.h>
7977
8078#include < Rmath.h>
You can’t perform that action at this time.
0 commit comments