From 5ee185a4896e43c67b6d299becfa616da78fb9f4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 21 Mar 2025 21:48:53 -0400 Subject: Move stdlib into src/ --- stdlib/tomo.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 stdlib/tomo.h (limited to 'stdlib/tomo.h') diff --git a/stdlib/tomo.h b/stdlib/tomo.h deleted file mode 100644 index 61dba404..00000000 --- a/stdlib/tomo.h +++ /dev/null @@ -1,35 +0,0 @@ -#pragma once - -// All of the different builtin modules can be included by including this one -// import - -#include -#include -#include - -#include "arrays.h" -#include "bools.h" -#include "bytes.h" -#include "c_strings.h" -#include "datatypes.h" -#include "enums.h" -#include "functiontype.h" -#include "integers.h" -#include "memory.h" -#include "metamethods.h" -#include "moments.h" -#include "mutexeddata.h" -#include "nums.h" -#include "optionals.h" -#include "paths.h" -#include "patterns.h" -#include "pointers.h" -#include "rng.h" -#include "siphash.h" -#include "structs.h" -#include "tables.h" -#include "text.h" -#include "threads.h" -#include "types.h" - -// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3