Test: unused include

This commit is contained in:
Andrew Scott 2024-08-21 13:34:36 -04:00
parent fefd0ff849
commit 51663f0ca9
Signed by: a
GPG key ID: 7CD5A5977E4931C1

1
main.c
View file

@ -1,6 +1,5 @@
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include "gc.h" #include "gc.h"
#include "test_gc.h" #include "test_gc.h"