Skip to content

Commit fb15e67

Browse files
committed
lavc/utils.c: IWYU
1 parent 4a0714a commit fb15e67

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/libavcodec/utils.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,10 @@
3636
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737
*/
3838

39-
#ifdef HAVE_CONFIG_H
40-
#include "config.h"
41-
#include "config_unix.h"
42-
#include "config_win32.h"
43-
#endif // HAVE_CONFIG_H
44-
4539
#include "libavcodec/utils.h"
4640

41+
#include <libavutil/pixfmt.h>
42+
4743
/// known UG<->AV pixfmt conversions, terminate with NULL (returned by
4844
/// get_av_to_ug_pixfmts())
4945
static const struct uv_to_av_pixfmt uv_to_av_pixfmts[] = {

0 commit comments

Comments
 (0)