summaryrefslogtreecommitdiff
path: root/tensor.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-01-07 14:47:49 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-01-07 14:47:49 +0100
commit90b863e24596772d492ec2a344b4f9f7fc1680db (patch)
tree76fb8d40b379db03c6b165ad0a9be6856a4f21c7 /tensor.hpp
parent2316044fd02bf22b5b6c0f414874dada2c7603e4 (diff)
downloadcode-90b863e24596772d492ec2a344b4f9f7fc1680db.tar.gz
code-90b863e24596772d492ec2a344b4f9f7fc1680db.tar.bz2
code-90b863e24596772d492ec2a344b4f9f7fc1680db.zip
Cleaned up includes.
Diffstat (limited to 'tensor.hpp')
-rw-r--r--tensor.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensor.hpp b/tensor.hpp
index f442f87..528a51a 100644
--- a/tensor.hpp
+++ b/tensor.hpp
@@ -1,8 +1,6 @@
#pragma once
-#include <algorithm>
#include <array>
-#include <utility>
#include <eigen3/unsupported/Eigen/CXX11/Tensor>