From ac369afb858c399ba05638eb115ad69d58f42b95 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 3 Oct 2021 00:15:30 -0700 Subject: qbe: Remove some unused includes We now hard-code the float precision in the format string instead of using the float.h macros. The other headers were never used (except maybe prior to the first commit). --- qbe.c | 1 - 1 file changed, 1 deletion(-) (limited to 'qbe.c') diff --git a/qbe.c b/qbe.c index 91bcf11..a1f2773 100644 --- a/qbe.c +++ b/qbe.c @@ -1,7 +1,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3