Remove useless #include.

Originally committed as revision 7339 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 2cb396eb8b
commit 4a49d9b2f8
  1. 3
      libavformat/file.c

@ -22,9 +22,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#ifndef __MINGW32__
#include <sys/ioctl.h>
#endif /* __MINGW32__ */
/* standard file protocol */

Loading…
Cancel
Save