]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/fftsg.c
Remove stdlib.h
[vlc] / modules / visualization / galaktos / fftsg.c
index cc4e594a6f0c14c9c6f91a63df5503f5a75971b6..08ebfd13b423bcec6c254a39e1e2d5247628a2ab 100644 (file)
@@ -779,7 +779,6 @@ void makect(int nc, int *ip, double *c)
 #endif
 #include <pthread.h>
 #include <stdio.h>
-#include <stdlib.h>
 #define cdft_thread_t pthread_t
 #define cdft_thread_create(thp,func,argp) { \
     if (pthread_create(thp, NULL, func, (void *) argp) != 0) { \
@@ -806,7 +805,6 @@ void makect(int nc, int *ip, double *c)
 #endif
 #include <windows.h>
 #include <stdio.h>
-#include <stdlib.h>
 #define cdft_thread_t HANDLE
 #define cdft_thread_create(thp,func,argp) { \
     DWORD thid; \