Remove rogue include in TypeCasting.h. Meta.h is already included by the top-level header in Eigen/Core.

This commit is contained in:
Rasmus Munk Larsen 2020-01-14 21:03:53 +00:00
parent b9362fb8f7
commit 6601abce86

View File

@ -10,8 +10,6 @@
#ifndef EIGEN_TYPE_CASTING_NEON_H
#define EIGEN_TYPE_CASTING_NEON_H
#include <Eigen/src/Core/util/Meta.h>
namespace Eigen {
namespace internal {