Browse Source

minor fix: remove a useless header

Cédric Augonnet 16 years ago
parent
commit
c41968e0c0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/ppm-downscaler/yuv-downscaler.c

+ 0 - 1
examples/ppm-downscaler/yuv-downscaler.c

@@ -19,7 +19,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <malloc.h>
 #include <assert.h>
 #include <stdio.h>