aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/query.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-01-30 19:07:22 +0100
committerAdrian Kummerlaender2015-01-30 19:07:22 +0100
commite176dbe160eff01d172a11e7a191f756d4c87712 (patch)
tree4f1da0fd7421e4e17a5cc1cec73d09f66f3d095b /src/list/operation/higher/query.h
parent5f98c3eb62f3085a69f8df36de663bb7c6107341 (diff)
downloadTypeAsValue-e176dbe160eff01d172a11e7a191f756d4c87712.tar
TypeAsValue-e176dbe160eff01d172a11e7a191f756d4c87712.tar.gz
TypeAsValue-e176dbe160eff01d172a11e7a191f756d4c87712.tar.bz2
TypeAsValue-e176dbe160eff01d172a11e7a191f756d4c87712.tar.lz
TypeAsValue-e176dbe160eff01d172a11e7a191f756d4c87712.tar.xz
TypeAsValue-e176dbe160eff01d172a11e7a191f756d4c87712.tar.zst
TypeAsValue-e176dbe160eff01d172a11e7a191f756d4c87712.zip
Separated `Map` and `Filter`
* there is no reason to keep them in the same header
Diffstat (limited to 'src/list/operation/higher/query.h')
-rw-r--r--src/list/operation/higher/query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list/operation/higher/query.h b/src/list/operation/higher/query.h
index c6eabc7..198ffa5 100644
--- a/src/list/operation/higher/query.h
+++ b/src/list/operation/higher/query.h
@@ -2,7 +2,7 @@
#define TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_QUERY_H_
#include "fold.h"
-#include "misc.h"
+#include "map.h"
#include "operation/math.h"
#include "operation/logic.h"