diff apc.c @ 3284:7e3332b84926 libavformat

string.h is a system header file, so use <> for it.
author diego
date Fri, 09 May 2008 09:30:43 +0000
parents d52c718e83f9
children 7a0230981402
line wrap: on
line diff
--- a/apc.c	Fri May 09 01:59:33 2008 +0000
+++ b/apc.c	Fri May 09 09:30:43 2008 +0000
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <string.h>
 #include "avformat.h"
-#include "string.h"
 
 static int apc_probe(AVProbeData *p)
 {