[mlpack-git] master, mlpack-1.0.x: Remove unnecessary includes. (7a6437e)

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


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 7a6437e51f708eda7eba98a7ad2250ada4b0f198
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue May 27 03:44:10 2014 +0000

    Remove unnecessary includes.


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

7a6437e51f708eda7eba98a7ad2250ada4b0f198
 src/mlpack/core/math/random.hpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/mlpack/core/math/random.hpp b/src/mlpack/core/math/random.hpp
index f518e1d..1425959 100644
--- a/src/mlpack/core/math/random.hpp
+++ b/src/mlpack/core/math/random.hpp
@@ -6,11 +6,7 @@
 #ifndef __MLPACK_CORE_MATH_RANDOM_HPP
 #define __MLPACK_CORE_MATH_RANDOM_HPP
 
-#include <stdlib.h>
-#include <math.h>
-#include <float.h>
-#include <stdint.h>
-
+#include <mlpack/prereqs.hpp>
 #include <boost/random.hpp>
 
 namespace mlpack {



More information about the mlpack-git mailing list