summaryrefslogtreecommitdiff
path: root/libavcore/avcore.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-09-01 02:12:03 +0000
committerDiego Biurrun <diego@biurrun.de>2010-09-01 02:12:03 +0000
commit625bac784b818733b403e61cddfec3d20702f520 (patch)
treea78c39566d62e90a6c33984d687df5c33c245ef0 /libavcore/avcore.h
parenteeeae2bf051a6a1bbd145423816e835ae082a0bf (diff)
Use quotes instead of angle brackets for local #includes.
Originally committed as revision 25015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/avcore.h')
-rw-r--r--libavcore/avcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcore/avcore.h b/libavcore/avcore.h
index 7b7583b7be..98c86516fa 100644
--- a/libavcore/avcore.h
+++ b/libavcore/avcore.h
@@ -24,7 +24,7 @@
* shared media utilities for the libav* libraries
*/
-#include <libavutil/avutil.h>
+#include "libavutil/avutil.h"
#define LIBAVCORE_VERSION_MAJOR 0
#define LIBAVCORE_VERSION_MINOR 6