浏览代码

minor fix: remove a useless header

Cédric Augonnet 16 年之前
父节点
当前提交
c41968e0c0
共有 1 个文件被更改,包括 0 次插入1 次删除
  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>