From 6de2d68a700a137bbe55668e036c62280ece8bb5 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 16:55:24 -0400 Subject: Moved RNG out of the compiler and into a standalone library --- src/stdlib/tomo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/tomo.h') diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h index e42b562e..b5642ec5 100644 --- a/src/stdlib/tomo.h +++ b/src/stdlib/tomo.h @@ -22,7 +22,6 @@ #include "paths.h" #include "pointers.h" #include "print.h" -#include "rng.h" #include "siphash.h" #include "structs.h" #include "tables.h" -- cgit v1.2.3