Skip to content

Commit

Permalink
fix wrong include paths for libsvm/liblinear
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Apr 19, 2012
1 parent 12a09b4 commit 677d721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shogun/lib/external/shogun_liblinear.cpp
Expand Up @@ -41,7 +41,7 @@

#include <shogun/mathematics/Math.h>
#include <shogun/lib/external/shogun_liblinear.h>
#include <shogun/classifier/svm/Tron.h>
#include <shogun/lib/external/tron.h>
#include <shogun/lib/Time.h>

using namespace shogun;
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/lib/external/shogun_libsvm.cpp
Expand Up @@ -36,7 +36,7 @@
#ifndef DOXYGEN_SHOULD_SKIP_THIS

#include <shogun/lib/memory.h>
#include <shogun/classifier/svm/SVM_libsvm.h>
#include <shogun/lib/external/shogun_libsvm.h>
#include <shogun/kernel/Kernel.h>
#include <shogun/io/SGIO.h>
#include <shogun/lib/Time.h>
Expand Down

0 comments on commit 677d721

Please sign in to comment.