From 5b6b0ecf38a9ff4417c13f90252e49ededa50eae Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Thu, 16 Oct 2014 22:21:37 +0200 Subject: [PATCH] Revert "include map and fold headers into array.hpp" This is not the right place for include... This reverts commit 63fd1b8b2d91261a4fad1f8762d54f1a7eef5330. --- triqs/arrays/array.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/triqs/arrays/array.hpp b/triqs/arrays/array.hpp index c062c3a7..e108fb57 100644 --- a/triqs/arrays/array.hpp +++ b/triqs/arrays/array.hpp @@ -26,9 +26,6 @@ #include "impl/indexmap_storage_pair.hpp" #include "impl/assignment.hpp" #include "impl/flags.hpp" -#include "algorithms.hpp" -#include "functional/fold.hpp" -#include "functional/map.hpp" namespace triqs { namespace arrays { template class array_view;