summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2012-06-14 18:41:47 +0200
committerJanne Grunau <janne-libav@jannau.net>2012-06-15 19:10:58 +0200
commit1cdcf043cae1a4654a59da1022ca3ec2b407cc45 (patch)
tree58c0fefd4003f44b3172c10693d929ed404f8abe /libavformat/segment.c
parent16b8525963cb0df8e1d4aedb93916b8dadb7dcf7 (diff)
segment: remove unnecessary <strings.h> include
Diffstat (limited to 'libavformat/segment.c')
-rw-r--r--libavformat/segment.c1
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"