Skip to content

Commit

Permalink
Removed unnecessary includes in arpack.{cpp,h}
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 24, 2011
1 parent 0b4a6dd commit 826ff44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/shogun/mathematics/arpack.cpp
Expand Up @@ -11,10 +11,6 @@
#include <shogun/mathematics/arpack.h>
#ifdef HAVE_ARPACK
#ifdef HAVE_LAPACK
#include <shogun/lib/config.h>
#include <cblas.h>
#include <shogun/mathematics/lapack.h>
#include <shogun/lib/common.h>
#include <shogun/io/SGIO.h>
#include <string.h>

Expand Down
3 changes: 1 addition & 2 deletions src/shogun/mathematics/arpack.h
Expand Up @@ -13,8 +13,7 @@
#include <shogun/lib/config.h>
#ifdef HAVE_ARPACK
#ifdef HAVE_LAPACK
#include <cblas.h>
#include <shogun/io/SGIO.h>
#include <shogun/mathematics/lapack.h>

/** external ARPACK routine DSAUPD */
extern "C" void dsaupd_(int *ido, char *bmat, int *n, char *which,
Expand Down

0 comments on commit 826ff44

Please sign in to comment.