summaryrefslogtreecommitdiff
path: root/libavcodec/kbdwin.c
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/kbdwin.c
parent4eef2ed707444fd1fac2bd25cefae912a179762f (diff)
Use proper "" quotes for local header #includes
Diffstat (limited to 'libavcodec/kbdwin.c')
-rw-r--r--libavcodec/kbdwin.c2
1 files changed, 1 insertions, 1 deletions
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"