diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-06-14 18:41:47 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-06-15 19:10:58 +0200 |
commit | 1cdcf043cae1a4654a59da1022ca3ec2b407cc45 (patch) | |
tree | 58c0fefd4003f44b3172c10693d929ed404f8abe | |
parent | 16b8525963cb0df8e1d4aedb93916b8dadb7dcf7 (diff) | |
download | ffmpeg-1cdcf043cae1a4654a59da1022ca3ec2b407cc45.tar.gz |
segment: remove unnecessary <strings.h> include
-rw-r--r-- | libavformat/segment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/segment.c b/libavformat/segment.c index 8274792bf3..8a0f136c9a 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -19,7 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <strings.h> #include <float.h> #include "avformat.h" |