diff --git a/ChangeLog b/ChangeLog index 64fb4ba23..40f3b007d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-12-04 Iñaki Ucar + + * inst/include/Rcpp/r/headers.h: Include + * inst/include/RcppCommon.h: Drop , not used anymore + and dropped from the API; drop , included above + * src/api.cpp: Drop , dropped from the API + 2025-12-03 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll micro version and date diff --git a/inst/include/Rcpp/r/headers.h b/inst/include/Rcpp/r/headers.h index c93636c40..8fedeb57e 100644 --- a/inst/include/Rcpp/r/headers.h +++ b/inst/include/Rcpp/r/headers.h @@ -2,6 +2,7 @@ // // Copyright (C) 2008 - 2009 Dirk Eddelbuettel // Copyright (C) 2009 - 2024 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2025 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // @@ -72,6 +73,7 @@ #include #include #include +#include #include /* Ensure NORET defined (normally provided by R headers with R >= 3.2.0) */ diff --git a/inst/include/RcppCommon.h b/inst/include/RcppCommon.h index 03d5739f2..b4752845e 100644 --- a/inst/include/RcppCommon.h +++ b/inst/include/RcppCommon.h @@ -73,8 +73,6 @@ namespace Rcpp { #include #include #include -#include -#include #include #include diff --git a/src/api.cpp b/src/api.cpp index 36246b0a7..723a90ccc 100644 --- a/src/api.cpp +++ b/src/api.cpp @@ -28,7 +28,6 @@ using namespace Rcpp; #include "internal.h" -#include #ifdef RCPP_HAS_DEMANGLING #include