Skip to content

Commit

Permalink
Cleaning unit tests imports: Don't include Labels, when only Math was…
Browse files Browse the repository at this point in the history
… wanted.
  • Loading branch information
tklein23 committed Mar 16, 2014
1 parent cf0db85 commit 7f7f4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/ensemble/MajorityVote_unittest.cc
@@ -1,7 +1,7 @@
#include <shogun/ensemble/MajorityVote.h>
#include <shogun/lib/SGMatrix.h>
#include <shogun/lib/SGVector.h>
#include <shogun/labels/Labels.h>
#include <shogun/mathematics/Math.h>
#include <gtest/gtest.h>

using namespace shogun;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/ensemble/WeightedMajorityVote_unittest.cc
@@ -1,7 +1,7 @@
#include <shogun/ensemble/WeightedMajorityVote.h>
#include <shogun/lib/SGMatrix.h>
#include <shogun/lib/SGVector.h>
#include <shogun/labels/Labels.h>
#include <shogun/mathematics/Math.h>
#include <gtest/gtest.h>

using namespace shogun;
Expand Down

0 comments on commit 7f7f4f2

Please sign in to comment.