From 22700471a98e9da990325d00d84d6ab69a6e1229 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Fri, 9 May 2008 09:48:49 +0000
Subject: [PATCH] dsputil.h is not a system header, use "" when #including it.

Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/pngenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/pngenc.c b/libavcodec/pngenc.c
index 2ee40d11050..1ac9f311b82 100644
--- a/libavcodec/pngenc.c
+++ b/libavcodec/pngenc.c
@@ -20,8 +20,8 @@
  */
 #include "avcodec.h"
 #include "bytestream.h"
+#include "dsputil.h"
 #include "png.h"
-#include <dsputil.h>
 
 /* TODO:
  * - add 2, 4 and 16 bit depth support
-- 
GitLab