Commit 6c1a7d07 authored by Diego Biurrun's avatar Diego Biurrun

Use proper "" quotes for local header #includes

parent 4eef2ed7
......@@ -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);
......
......@@ -17,7 +17,7 @@
*/
#include <assert.h>
#include <libavutil/mathematics.h>
#include "libavutil/mathematics.h"
#include "libavutil/attributes.h"
#include "kbdwin.h"
......
......@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <libavutil/opt.h>
#include "libavutil/opt.h"
#include "avformat.h"
#include "rtp.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment