[mlpack-svn] r10070 - mlpack/trunk/src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Oct 29 00:27:01 EDT 2011


Author: rcurtin
Date: 2011-10-29 00:27:01 -0400 (Sat, 29 Oct 2011)
New Revision: 10070

Modified:
   mlpack/trunk/src/mlpack/core.h
Log:
Different ordering for includes.  Include armadillo in arma_extend.h.


Modified: mlpack/trunk/src/mlpack/core.h
===================================================================
--- mlpack/trunk/src/mlpack/core.h	2011-10-29 04:26:38 UTC (rev 10069)
+++ mlpack/trunk/src/mlpack/core.h	2011-10-29 04:27:01 UTC (rev 10070)
@@ -86,16 +86,13 @@
   #define M_PI 3.141592653589793238462643383279
 #endif
 
-// And then the Armadillo library.
-#include <armadillo>
-
 // Now MLPACK-specific includes.
+#include <mlpack/core/arma_extend/arma_extend.h> // Includes Armadillo.
+#include <mlpack/core/io/log.hpp>
+#include <mlpack/core/io/cli.hpp>
 #include <mlpack/core/math/math_misc.hpp>
 #include <mlpack/core/math/range.hpp>
 #include <mlpack/core/utilities/save_restore_utility.hpp>
 #include <mlpack/core/file/textfile.h>
-#include <mlpack/core/io/cli.hpp>
-#include <mlpack/core/io/log.hpp>
-#include <mlpack/core/arma_extend/arma_extend.h>
 
 #endif




More information about the mlpack-svn mailing list