[mlpack] 168/207: change order of header file

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 112f73ab77fe6393d8731dde05a43b769c94a15f
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date:   Wed Jun 8 22:47:46 2016 +0800

    change order of header file
---
 src/mlpack/core/data/load_csv.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/core/data/load_csv.hpp b/src/mlpack/core/data/load_csv.hpp
index 30ece1c..f0a0b38 100644
--- a/src/mlpack/core/data/load_csv.hpp
+++ b/src/mlpack/core/data/load_csv.hpp
@@ -7,12 +7,12 @@
 #ifndef MLPACK_CORE_DATA_LOAD_CSV_HPP
 #define MLPACK_CORE_DATA_LOAD_CSV_HPP
 
+#include <boost/spirit/include/qi.hpp>
+
 #include <mlpack/core.hpp>
 #include <mlpack/core/util/log.hpp>
 
-#include <boost/spirit/include/qi.hpp>
-
-#include <unordered_set>
+#include <set>
 #include <string>
 
 #include "format.hpp"

-- 
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