vlc_es_out.h: remove unused assert.h

This commit is contained in:
Steve Lhomme 2024-02-22 09:07:40 +01:00 committed by François Cartegnie
parent e0a34b134f
commit a8957ca68c
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@
#ifndef VLC_ES_OUT_H
#define VLC_ES_OUT_H 1
#include <assert.h>
#include <vlc_es.h>
#include <vlc_tick.h>