remove unnecessary include

This commit is contained in:
r4 2021-12-25 14:10:53 +01:00
parent b4c369e1d9
commit 803368a264
1 changed files with 0 additions and 1 deletions

1
main.c
View File

@ -4,7 +4,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "ir.h"
#include "lex.h"