diff options
-rw-r--r-- | decl.c | 1 | ||||
-rw-r--r-- | expr.c | 1 | ||||
-rw-r--r-- | qbe.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -1,5 +1,4 @@ #include <assert.h> -#include <inttypes.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> @@ -6,7 +6,6 @@ #include <stdint.h> #include <stdlib.h> #include <string.h> -#include <strings.h> #include "util.h" #include "cc.h" @@ -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> |