aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-10-03 00:15:30 -0700
committerMichael Forney <mforney@mforney.org>2021-10-03 00:45:06 -0700
commitac369afb858c399ba05638eb115ad69d58f42b95 (patch)
tree751ec788b12ba9eba96c3712565abac52b9c38f4 /qbe.c
parent0dd2b051236ff1d286c0e4368862ce4f3fd3880c (diff)
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).
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qbe.c b/qbe.c
index 91bcf11..a1f2773 100644
--- a/qbe.c
+++ b/qbe.c
@@ -1,7 +1,6 @@
#include <assert.h>
#include <ctype.h>
#include <errno.h>
-#include <float.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>