remove unneccesary include

removed stddef.h, because it is not needed
This commit is contained in:
AustrianToast 2023-11-23 00:09:42 +01:00
parent 64c7d82240
commit 2f3afe974a
No known key found for this signature in database
GPG Key ID: 5CD422268E489EB4

1
main.c
View File

@ -1,4 +1,3 @@
#include <stddef.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>