Skip to content

Commit c86b440

Browse files
committed
drop PrtUtil.h too
1 parent 5f4572b commit c86b440

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* inst/include/Rcpp/r/headers.h: Include <R_ext/Visibility.h>
44
* inst/include/RcppCommon.h: Drop <R_ext/Callbacks.h>, not used anymore
55
and dropped from the API; drop <R_ext/Visibility.h>, included above
6+
* src/api.cpp: Drop <R_ext/PrtUtil.h>, dropped from the API
67

78
2025-12-03 Dirk Eddelbuettel <edd@debian.org>
89

inst/include/Rcpp/r/headers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// Copyright (C) 2008 - 2009 Dirk Eddelbuettel
44
// Copyright (C) 2009 - 2024 Dirk Eddelbuettel and Romain Francois
5+
// Copyright (C) 2025 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
56
//
67
// This file is part of Rcpp.
78
//

src/api.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
using namespace Rcpp;
2929

3030
#include "internal.h"
31-
#include <R_ext/PrtUtil.h>
3231

3332
#ifdef RCPP_HAS_DEMANGLING
3433
#include <cxxabi.h>

0 commit comments

Comments
 (0)