Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'

* commit '197ae68e78784524a7ccf97a3c301092715305d3':
  Drop unnecessary unary.h #includes

Merged-by: Clément Bœsch <clement@stupeflix.com>
pull/210/head^2
Clément Bœsch 9 years ago
commit 4b9574b275
  1. 1
      libavcodec/h263.c
  2. 1
      libavcodec/ituh263enc.c
  3. 1
      libavcodec/on2avc.c

@ -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"

@ -29,7 +29,6 @@
#include "get_bits.h"
#include "golomb.h"
#include "internal.h"
#include "unary.h"
#include "on2avcdata.h"

Loading…
Cancel
Save