Cleanup: make format after SortedIncludes change

This commit is contained in:
2020-03-19 09:33:03 +01:00
parent 008aaaa378
commit 2d1cce8331
1715 changed files with 5246 additions and 5251 deletions

View File

@@ -20,8 +20,8 @@
*/
#ifdef WITH_FFMPEG
# include <string.h>
# include <stdio.h>
# include <string.h>
# include <stdlib.h>
@@ -52,8 +52,8 @@
/* This needs to be included after BLI_math_base.h otherwise it will redefine some math defines
* like M_SQRT1_2 leading to warnings with MSVC */
# include <libavformat/avformat.h>
# include <libavcodec/avcodec.h>
# include <libavformat/avformat.h>
# include <libavutil/imgutils.h>
# include <libavutil/rational.h>
# include <libavutil/samplefmt.h>