[mlpack] 142/324: Don't include <armadillo> explicitly, because <mlpack/core.hpp> does that already.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:22:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit a96d00b16a5c645616356cfeddb5ce58f60f5e43
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Tue Jul 8 11:48:32 2014 +0000

    Don't include <armadillo> explicitly, because <mlpack/core.hpp> does that
    already.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16781 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/methods/lars/lars.hpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/methods/lars/lars.hpp b/src/mlpack/methods/lars/lars.hpp
index a0766c8..317b65d 100644
--- a/src/mlpack/methods/lars/lars.hpp
+++ b/src/mlpack/methods/lars/lars.hpp
@@ -19,7 +19,6 @@
 #ifndef __MLPACK_METHODS_LARS_LARS_HPP
 #define __MLPACK_METHODS_LARS_LARS_HPP
 
-#include <armadillo>
 #include <mlpack/core.hpp>
 
 namespace mlpack {
@@ -151,9 +150,9 @@ class LARS
   //! Access the upper triangular cholesky factor
   const arma::mat& MatUtriCholFactor() const { return matUtriCholFactor; }
 
-  // Returns a string representation of this object. 
+  // Returns a string representation of this object.
   std::string ToString() const;
-  
+
  private:
   //! Gram matrix.
   arma::mat matGramInternal;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list