[mlpack] 31/324: Remove unnecessary includes.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:21:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 97033eb578cf55cb34e5466469104f309aedecd3
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Tue May 27 03:44:10 2014 +0000
Remove unnecessary includes.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16563 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list