Originally committed as revision 24325 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -25,9 +25,9 @@ |
| 25 | 25 |
* @author Ronald S. Bultje <rbultje@ronald.bitfreak.net> |
| 26 | 26 |
*/ |
| 27 | 27 |
|
| 28 |
-#include <libavutil/base64.h> |
|
| 29 |
-#include <libavutil/avstring.h> |
|
| 30 |
-#include <libavutil/intreadwrite.h> |
|
| 28 |
+#include "libavutil/base64.h" |
|
| 29 |
+#include "libavutil/avstring.h" |
|
| 30 |
+#include "libavutil/intreadwrite.h" |
|
| 31 | 31 |
#include "rtp.h" |
| 32 | 32 |
#include "rtpdec_asf.h" |
| 33 | 33 |
#include "rtsp.h" |