Commit 225053d
authored
Remove unnecessary include of Eigen/src header (#641)
We're already `#include`-ing `Eigen/Core` so it is unnecessary to also
include `Eigen/src/Core/util/Meta.h`.
Including things from `Eigen/src` causes an error in build systems like
Bazel which have strict inclusion checking of a dependency's public
headers.1 parent 69248b4 commit 225053d
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments