avutil/integer: Don't include common.h

Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-07-23 18:44:36 +02:00
parent 94d5892bea
commit 2c2d76b50d
2 changed files with 4 additions and 2 deletions

View File

@ -25,9 +25,11 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#include "common.h"
#include <string.h>
#include "integer.h"
#include "avassert.h"
#include "intmath.h"
static const AVInteger zero_i;

View File

@ -29,7 +29,7 @@
#define AVUTIL_INTEGER_H
#include <stdint.h>
#include "common.h"
#include "attributes.h"
#define AV_INTEGER_SIZE 8