summaryrefslogtreecommitdiff
path: root/tensor.hpp
diff options
context:
space:
mode:
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>