[mlpack-git] master: Remove unnecessary include directives. (16859b0)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:00:05 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 16859b026be8e3fdbd9eb330bf6ee7e11e263d7b
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Thu Sep 11 18:14:38 2014 +0000

    Remove unnecessary include directives.


>---------------------------------------------------------------

16859b026be8e3fdbd9eb330bf6ee7e11e263d7b
 src/mlpack/methods/pca/pca.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mlpack/methods/pca/pca.cpp b/src/mlpack/methods/pca/pca.cpp
index 8aaa53f..acc92f1 100644
--- a/src/mlpack/methods/pca/pca.cpp
+++ b/src/mlpack/methods/pca/pca.cpp
@@ -7,9 +7,6 @@
  */
 #include "pca.hpp"
 #include <mlpack/core.hpp>
-#include <iostream>
-#include <complex>
-#include <algorithm>
 
 using namespace std;
 using namespace mlpack;



More information about the mlpack-git mailing list