Remove unused include

This commit is contained in:
Christoph Hertzberg 2021-02-27 19:02:33 +01:00
parent 8f686ac4ec
commit 39a590dfb6

View File

@ -10,10 +10,6 @@
#ifndef EIGEN_STABLENORM_H
#define EIGEN_STABLENORM_H
#if EIGEN_HAS_CXX11_ATOMIC
#include <atomic>
#endif
namespace Eigen {
namespace internal {