comparison parseutils.h @ 20:8a62c1403cd0 libavcore

Use quotes instead of angle brackets for local #includes.
author diego
date Wed, 01 Sep 2010 02:12:03 +0000
parents af138a6c3924
children
comparison
equal deleted inserted replaced
19:cee2ee2eff81 20:8a62c1403cd0
17 */ 17 */
18 18
19 #ifndef AVCORE_PARSEUTILS_H 19 #ifndef AVCORE_PARSEUTILS_H
20 #define AVCORE_PARSEUTILS_H 20 #define AVCORE_PARSEUTILS_H
21 21
22 #include <libavutil/rational.h> 22 #include "libavutil/rational.h"
23 23
24 /** 24 /**
25 * @file 25 * @file
26 * misc parsing utilities for libavcore 26 * misc parsing utilities for libavcore
27 */ 27 */