aboutsummaryrefslogtreecommitdiff
path: root/src/list/operation/higher/take_while.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-02-01 13:12:02 +0100
committerAdrian Kummerlaender2015-02-01 13:12:02 +0100
commit70429313c8d917255c35dabe14f64209dd6463db (patch)
treea6a26da84188a7ded7108ce4aa04015712493cb1 /src/list/operation/higher/take_while.h
parent858a079c338ff2607994a3b97c87c57fbac7ec6e (diff)
downloadTypeAsValue-70429313c8d917255c35dabe14f64209dd6463db.tar
TypeAsValue-70429313c8d917255c35dabe14f64209dd6463db.tar.gz
TypeAsValue-70429313c8d917255c35dabe14f64209dd6463db.tar.bz2
TypeAsValue-70429313c8d917255c35dabe14f64209dd6463db.tar.lz
TypeAsValue-70429313c8d917255c35dabe14f64209dd6463db.tar.xz
TypeAsValue-70429313c8d917255c35dabe14f64209dd6463db.tar.zst
TypeAsValue-70429313c8d917255c35dabe14f64209dd6463db.zip
Added `DropWhile` analogously to `TakeWhile`
Diffstat (limited to 'src/list/operation/higher/take_while.h')
-rw-r--r--src/list/operation/higher/take_while.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list/operation/higher/take_while.h b/src/list/operation/higher/take_while.h
index 01062f4..1ee6736 100644
--- a/src/list/operation/higher/take_while.h
+++ b/src/list/operation/higher/take_while.h
@@ -1,7 +1,6 @@
#ifndef TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_TAKE_WHILE_H_
#define TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_TAKE_WHILE_H_
-#include "type.h"
#include "conditional/if.h"
namespace tav {