fix build

This commit is contained in:
jmorganca 2024-05-18 21:23:53 -07:00 committed by Daniel Hiltgen
parent 25fd8fd045
commit 8ca4a9a70a

View File

@ -8,7 +8,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#define MAX(a, b) ((a) > (b) ? (a) : (b))