Skip to content

Commit

Permalink
Fixed includes in external libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Apr 29, 2012
1 parent 549fddc commit da1d7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions src/shogun/lib/external/pr_loqo.cpp
Expand Up @@ -17,19 +17,12 @@
#include <shogun/io/SGIO.h>
#include <shogun/mathematics/lapack.h>
#include <shogun/mathematics/Math.h>
#include <shogun/classifier/svm/pr_loqo.h>
#include <shogun/lib/external/pr_loqo.h>

#include <math.h>
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_LAPACK
extern "C" {
#ifdef HAVE_ATLAS
#include <clapack.h>
#endif
}
#endif

namespace shogun
{
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/lib/external/ssl.cpp
Expand Up @@ -26,7 +26,7 @@
#include <shogun/io/SGIO.h>
#include <shogun/mathematics/Math.h>
#include <shogun/features/SparseFeatures.h>
#include <shogun/classifier/svm/ssl.h>
#include <shogun/lib/external/ssl.h>

namespace shogun
{
Expand Down

0 comments on commit da1d7b8

Please sign in to comment.