Remove unnecessary #include <unistd.h>

Originally committed as revision 29437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
release/0.6
Måns Rullgård 16 years ago
parent d15153244f
commit 78d01adaa7
  1. 1
      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

Loading…
Cancel
Save