Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-04 05:12:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-04 05:14:58 +0300
commit3c3669894f9d8b9e079605aee1a84796532fbe5b (patch)
tree9ef96d44e9337ea481bba2f5132a179cf38ace72 /source/blender/io/avi
parent6e48a51af7925e84988cb83f986a7d5d415a2ae2 (diff)
Cleanup: use system includes
Diffstat (limited to 'source/blender/io/avi')
-rw-r--r--source/blender/io/avi/intern/avi_mjpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/avi/intern/avi_mjpeg.c b/source/blender/io/avi/intern/avi_mjpeg.c
index 75059c202e5..8b132df7b8f 100644
--- a/source/blender/io/avi/intern/avi_mjpeg.c
+++ b/source/blender/io/avi/intern/avi_mjpeg.c
@@ -33,8 +33,8 @@
#include "BLI_math_base.h"
#include "IMB_imbuf.h"
-#include "jerror.h"
-#include "jpeglib.h"
+#include <jerror.h>
+#include <jpeglib.h>
#include "avi_mjpeg.h"