From a9bfe650038afea8b751175cac16f6027345e45f Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sat, 20 Nov 2021 10:53:19 -0800 Subject: Chore: reorganize libutf and libfmt into base I found the split to be arbitrary. Better to include the functionality in the standard library. I also split the headers to allow for more granular inclusion (but the library is still monolithic). The only ugliness is the circular dependency introduced with libutf's generated functions. We put explicit prereqs with the necessary object files instead. --- src/cmd/rc/rc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/rc') diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h index f52e4e2..76a1b3d 100644 --- a/src/cmd/rc/rc.h +++ b/src/cmd/rc/rc.h @@ -2,7 +2,7 @@ #include #include -#include +#include // ----------------------------------------------------------------------- // types -- cgit v1.2.1