summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-01 10:27:45 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-01 12:51:15 +0100
commit6c1a7d07eb41b4cf36e48ebb560fecd9504fd968 (patch)
tree7f07a49b57bb08c46375831f2e55b9b5a328342a /libavcodec
parent4eef2ed707444fd1fac2bd25cefae912a179762f (diff)
Use proper "" quotes for local header #includes
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/arm/videodsp_init_armv5te.c2
-rw-r--r--libavcodec/kbdwin.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/videodsp_init_armv5te.c b/libavcodec/arm/videodsp_init_armv5te.c
index a7b8b23119..5830f4b8cc 100644
--- a/libavcodec/arm/videodsp_init_armv5te.c
+++ b/libavcodec/arm/videodsp_init_armv5te.c
@@ -19,7 +19,7 @@
*/
#include "libavutil/arm/cpu.h"
-#include <libavcodec/videodsp.h>
+#include "libavcodec/videodsp.h"
#include "videodsp_arm.h"
void ff_prefetch_arm(uint8_t *mem, ptrdiff_t stride, int h);
diff --git a/libavcodec/kbdwin.c b/libavcodec/kbdwin.c
index 3b590b38ef..1b7313d1dc 100644
--- a/libavcodec/kbdwin.c
+++ b/libavcodec/kbdwin.c
@@ -17,7 +17,7 @@
*/
#include <assert.h>
-#include <libavutil/mathematics.h>
+#include "libavutil/mathematics.h"
#include "libavutil/attributes.h"
#include "kbdwin.h"