1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00

Remove a number of unnecessary dsputil.h #includes

This commit is contained in:
Diego Biurrun
2014-03-26 04:41:22 -07:00
parent 9c21c08fa7
commit 3dc6272bed
14 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -18,9 +18,9 @@
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"
#include "internal.h"
#include "libavutil/attributes.h"