From 78d01adaa7d665342e8638a0fb9d529a169f2c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com> Date: Thu, 23 Jul 2009 15:23:03 +0000 Subject: [PATCH] Remove unnecessary #include <unistd.h> Originally committed as revision 29437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 64c4e2b63e0..bbeef61dba9 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -59,7 +59,6 @@ untested special converters #include <string.h> #include <math.h> #include <stdio.h> -#include <unistd.h> #include "config.h" #include <assert.h> #if HAVE_SYS_MMAN_H -- GitLab