From cae16e6c034808199f12a37ec0bdb4822c988dca Mon Sep 17 00:00:00 2001 From: olpc user Date: Tue, 26 Nov 2019 12:25:58 -0800 Subject: switch data to use std::any and merge value struct with concept --- starts/meaning-vm/level-0/level-0.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'starts/meaning-vm/level-0/level-0.hpp') diff --git a/starts/meaning-vm/level-0/level-0.hpp b/starts/meaning-vm/level-0/level-0.hpp index 7062be0..56cd7dd 100644 --- a/starts/meaning-vm/level-0/level-0.hpp +++ b/starts/meaning-vm/level-0/level-0.hpp @@ -5,4 +5,3 @@ #include "errors.hpp" #include "memorystore.hpp" #include "ref.hpp" -#include "value.hpp" -- cgit v1.2.3