Skip to content

Commit

Permalink
Cleaning unit tests imports: Don't just include what's working. Inclu…
Browse files Browse the repository at this point in the history
…de what's needed.
  • Loading branch information
tklein23 committed Mar 16, 2014
1 parent 7f7f4f2 commit faa7b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/features/StringFeatures_unittest.cc
Expand Up @@ -8,7 +8,7 @@
*/

#include <shogun/lib/memory.h>
#include <shogun/features/DenseFeatures.h>
#include <shogun/features/StringFeatures.h>
#include <shogun/lib/SGStringList.h>
#include <gtest/gtest.h>

Expand Down
Expand Up @@ -16,7 +16,7 @@
#include <shogun/lib/DynamicObjectArray.h>
#include <shogun/lib/computation/engine/SerialComputationEngine.h>
#include <shogun/lib/computation/jobresult/ScalarResult.h>
#include <shogun/mathematics/linalg/ratapprox/logdet/computation/aggregator/IndividualJobResultAggregator.h>
#include <shogun/lib/computation/aggregator/JobResultAggregator.h>
#include <shogun/features/SparseFeatures.h>
#include <shogun/mathematics/eigen3.h>
#include <shogun/mathematics/linalg/linop/DenseMatrixOperator.h>
Expand Down

0 comments on commit faa7b5c

Please sign in to comment.