Refactor the unsupported CXX11/Core module to internal headers only.

This commit is contained in:
Gael Guennebaud
2016-04-26 11:20:25 +02:00
parent 4a164d2c46
commit 3dddd34133
16 changed files with 42 additions and 72 deletions

View File

@@ -10,8 +10,6 @@
#ifndef EIGEN_CXX11_THREADPOOL_MODULE
#define EIGEN_CXX11_THREADPOOL_MODULE
#include "Core"
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
/** \defgroup CXX11_ThreadPool_Module C++11 ThreadPool Module
@@ -45,6 +43,9 @@
#include <functional>
#include <memory>
#include "src/util/CXX11Meta.h"
#include "src/util/MaxSizeVector.h"
#include "src/ThreadPool/ThreadLocal.h"
#include "src/ThreadPool/ThreadYield.h"
#include "src/ThreadPool/EventCount.h"