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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Oct 31 14:51:24 EDT 2011


Author: rcurtin
Date: 2011-10-31 14:51:24 -0400 (Mon, 31 Oct 2011)
New Revision: 10097

Modified:
   mlpack/trunk/src/mlpack/core.h
Log:
Don't include textfile.h because it doesn't exist.


Modified: mlpack/trunk/src/mlpack/core.h
===================================================================
--- mlpack/trunk/src/mlpack/core.h	2011-10-31 18:51:11 UTC (rev 10096)
+++ mlpack/trunk/src/mlpack/core.h	2011-10-31 18:51:24 UTC (rev 10097)
@@ -93,6 +93,5 @@
 #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.hpp>
 
 #endif




More information about the mlpack-svn mailing list