From 9695ea005d4af93dcd60f74f10fd3c54499a182f Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 11 Nov 2021 16:31:58 -0800 Subject: chore: split up base library into individual files for smaller binaries --- sys/libfmt/float.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/libfmt/float.c') diff --git a/sys/libfmt/float.c b/sys/libfmt/float.c index f3b9d56..63ea80f 100644 --- a/sys/libfmt/float.c +++ b/sys/libfmt/float.c @@ -1,5 +1,3 @@ -#include "internal.h" - #define FDIGIT 30 #define FDEFLT 6 #define NSIGNIF 17 -- cgit v1.2.1