Skip to content

Commit

Permalink
Updated headers due to liblinear migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 1, 2012
1 parent c586669 commit 88ff286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/shogun/classifier/svm/LibLinear.cpp
Expand Up @@ -16,7 +16,7 @@
#include <shogun/lib/Time.h>
#include <shogun/base/Parameter.h>
#include <shogun/classifier/svm/LibLinear.h>
#include <shogun/lib/external/tron.h>
#include <shogun/optimization/liblinear/tron.h>
#include <shogun/features/DotFeatures.h>
#include <shogun/labels/BinaryLabels.h>

Expand Down
2 changes: 1 addition & 1 deletion src/shogun/regression/svr/LibLinearRegression.cpp
Expand Up @@ -13,7 +13,7 @@
#include <shogun/regression/svr/LibLinearRegression.h>
#include <shogun/mathematics/Math.h>
#include <shogun/labels/RegressionLabels.h>
#include <shogun/lib/external/tron.h>
#include <shogun/optimization/liblinear/tron.h>
#include <shogun/lib/Signal.h>

using namespace shogun;
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/transfer/multitask/LibLinearMTL.cpp
Expand Up @@ -20,7 +20,7 @@
#include <shogun/lib/Time.h>
#include <shogun/base/Parameter.h>
#include <shogun/transfer/multitask/LibLinearMTL.h>
#include <shogun/lib/external/tron.h>
#include <shogun/optimization/liblinear/tron.h>
#include <shogun/features/DotFeatures.h>

using namespace shogun;
Expand Down

0 comments on commit 88ff286

Please sign in to comment.