commit a651866338d532f179aa827e4bc7575c2c9ce875 parent 26486d21ad92eb9cccd4b2b1d2da58d33f80261d Author: Frederic Cambus <fred@statdns.com> Date: Fri, 22 Feb 2019 12:21:44 +0100 Remove unnecessary include in wav2gba. Diffstat:
M | wav2gba.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/wav2gba.c b/wav2gba.c @@ -14,7 +14,6 @@ #include <fcntl.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/mman.h>