mirror of https://git.ffmpeg.org/ffmpeg.git
Drop unnecessary unary.h #includes
This commit is contained in:
parent
6ac52f05a6
commit
197ae68e78
|
@ -35,7 +35,6 @@
|
|||
#include "h263data.h"
|
||||
#include "mathops.h"
|
||||
#include "mpegutils.h"
|
||||
#include "unary.h"
|
||||
#include "flv.h"
|
||||
#include "mpeg4video.h"
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include "h263data.h"
|
||||
#include "mathops.h"
|
||||
#include "mpegutils.h"
|
||||
#include "unary.h"
|
||||
#include "flv.h"
|
||||
#include "mpeg4video.h"
|
||||
#include "internal.h"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "get_bits.h"
|
||||
#include "golomb.h"
|
||||
#include "internal.h"
|
||||
#include "unary.h"
|
||||
|
||||
#include "on2avcdata.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue