summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-14 12:07:16 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-14 12:07:16 +0000
commit469490157c6d9312f4be776e3d036128db1420fd (patch)
tree0ac9c8705c59d75944415790043515bbfaa361e2 /src
parenta9f33dcd817580ca7f5abc8f04c98a76140c92d0 (diff)
removing include omp.h from bootstrap.h
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2353 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: be0d2e4947cae5646d4fbc040efb33c103f3b398
Diffstat (limited to 'src')
-rw-r--r--src/Gudhi_stat/include/gudhi/bootstrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Gudhi_stat/include/gudhi/bootstrap.h b/src/Gudhi_stat/include/gudhi/bootstrap.h
index d2ab35d5..c3cd80c7 100644
--- a/src/Gudhi_stat/include/gudhi/bootstrap.h
+++ b/src/Gudhi_stat/include/gudhi/bootstrap.h
@@ -31,7 +31,6 @@
#include <vector>
#include <algorithm>
-#include <omp.h>
#include <random>
#include <ctime>