[mlpack-svn] r15229 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jun 12 13:06:58 EDT 2013


Author: rcurtin
Date: 2013-06-12 13:06:58 -0400 (Wed, 12 Jun 2013)
New Revision: 15229

Modified:
   mlpack/trunk/src/mlpack/tests/det_test.cpp
Log:
Reorder includes.


Modified: mlpack/trunk/src/mlpack/tests/det_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/det_test.cpp	2013-06-12 15:56:36 UTC (rev 15228)
+++ mlpack/trunk/src/mlpack/tests/det_test.cpp	2013-06-12 17:06:58 UTC (rev 15229)
@@ -2,9 +2,12 @@
  * @file det_test.cpp
  * @author Parikshit Ram (pram at cc.gatech.edu)
  *
- * Unit tests for the functions of the class DTree
- * and the utility functions using this class.
+ * Unit tests for the functions of the class DTree and the utility functions
+ * using this class.
  */
+#include <mlpack/core.hpp>
+#include <boost/test/unit_test.hpp>
+#include "old_boost_test_definitions.hpp"
 
 #define protected public
 #define private public
@@ -13,10 +16,6 @@
 #undef protected
 #undef private
 
-#include <mlpack/core.hpp>
-#include <boost/test/unit_test.hpp>
-#include "old_boost_test_definitions.hpp"
-
 using namespace mlpack;
 using namespace mlpack::det;
 using namespace std;




More information about the mlpack-svn mailing list