Skip to content

Commit 5128ece

Browse files
committed
third pass, move As,Wrap,Sugar back
1 parent edaf779 commit 5128ece

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

inst/include/RcppArmadillo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <Rcpp.h>
3333

3434
// Remaining RcppArmadillo code
35-
#include <RcppArmadillo_impl/RcppArmadilloWrap.h>
36-
#include <RcppArmadillo_impl/RcppArmadilloAs.h>
37-
#include <RcppArmadillo_impl/RcppArmadilloSugar.h>
35+
#include <RcppArmadilloWrap.h>
36+
#include <RcppArmadilloAs.h>
37+
#include <RcppArmadilloSugar.h>
3838

3939
#endif

inst/include/RcppArmadillo/Lighter

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
#include <Rcpp/Lighter>
3838

3939
// Remaining RcppArmadillo code
40-
#include <RcppArmadillo_impl/RcppArmadilloWrap.h>
41-
#include <RcppArmadillo_impl/RcppArmadilloAs.h>
42-
#include <RcppArmadillo_impl/RcppArmadilloSugar.h>
40+
#include <RcppArmadilloWrap.h>
41+
#include <RcppArmadilloAs.h>
42+
#include <RcppArmadilloSugar.h>
4343

4444
#endif

0 commit comments

Comments
 (0)