From c15edae4532f53e7e5bac9dae125c360d93f848d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 21 Feb 2015 17:27:52 +0100 Subject: Separated Turing machine implementation into components * i.e. separate namespaces and headers for _Tape_ and _State_ functions * `void` is now used as the `BLANK` field value --- src/list/operation/higher/find.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/list/operation/higher/find.h') diff --git a/src/list/operation/higher/find.h b/src/list/operation/higher/find.h index aeb0c2a..e7ee9f2 100644 --- a/src/list/operation/higher/find.h +++ b/src/list/operation/higher/find.h @@ -1,10 +1,10 @@ #ifndef TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_FIND_H_ #define TYPEASVALUE_SRC_LIST_OPERATION_HIGHER_FIND_H_ +#include "list/list.h" +#include "list_index.h" #include "utility/predicate.h" #include "function/apply.h" -#include "list/operation/nth.h" -#include "list_index.h" namespace tav { -- cgit v1.2.3