Skip to content

Commit

Permalink
Removed unnecessary pthread includes
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 12, 2012
1 parent 773b253 commit a3ee63e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/shogun/classifier/svm/SVMLightOneClass.cpp
Expand Up @@ -31,10 +31,6 @@ extern "C" {

#include <shogun/base/Parallel.h>

#ifdef HAVE_PTHREAD
#include <pthread.h>
#endif

using namespace shogun;

CSVMLightOneClass::CSVMLightOneClass(float64_t C, CKernel* k)
Expand Down
4 changes: 0 additions & 4 deletions src/shogun/clustering/Hierarchical.cpp
Expand Up @@ -15,10 +15,6 @@
#include <shogun/mathematics/Math.h>
#include <shogun/base/Parallel.h>

#ifdef HAVE_PTHREAD
#include <pthread.h>
#endif

using namespace shogun;

#ifndef DOXYGEN_SHOULD_SKIP_THIS
Expand Down
4 changes: 0 additions & 4 deletions src/shogun/clustering/KMeans.cpp
Expand Up @@ -16,10 +16,6 @@
#include <shogun/mathematics/Math.h>
#include <shogun/base/Parallel.h>

#ifdef HAVE_PTHREAD
#include <pthread.h>
#endif

#define MUSRECALC

#define PAR_THRESH 10
Expand Down

0 comments on commit a3ee63e

Please sign in to comment.