[Rcpp-commits] r3499 - pkg/RcppEigen/inst/include
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 8 23:22:26 CET 2012
Author: dmbates
Date: 2012-03-08 23:22:25 +0100 (Thu, 08 Mar 2012)
New Revision: 3499
Modified:
pkg/RcppEigen/inst/include/RcppEigenForward.h
Log:
Remove an include of RcppEigenConfig.h which is no longer needed.
Modified: pkg/RcppEigen/inst/include/RcppEigenForward.h
===================================================================
--- pkg/RcppEigen/inst/include/RcppEigenForward.h 2012-03-08 19:41:53 UTC (rev 3498)
+++ pkg/RcppEigen/inst/include/RcppEigenForward.h 2012-03-08 22:22:25 UTC (rev 3499)
@@ -24,7 +24,6 @@
#include <RcppCommon.h>
#include <Rconfig.h>
-#include <RcppEigenConfig.h>
#include <RcppEigenCholmod.h>
#include <RcppEigenStubs.h>
#include <Eigen/Dense>
More information about the Rcpp-commits
mailing list