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). --- decl.c | 1 - expr.c | 1 - qbe.c | 1 - 3 files changed, 3 deletions(-) diff --git a/decl.c b/decl.c index b7ed811..57a8014 100644 --- a/decl.c +++ b/decl.c @@ -1,5 +1,4 @@ #include -#include #include #include #include diff --git a/expr.c b/expr.c index fea06a0..57ef471 100644 --- a/expr.c +++ b/expr.c @@ -6,7 +6,6 @@ #include #include #include -#include #include "util.h" #include "cc.h" 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