mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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:
parent
94d5892bea
commit
2c2d76b50d
@ -25,9 +25,11 @@
|
|||||||
* @author Michael Niedermayer <michaelni@gmx.at>
|
* @author Michael Niedermayer <michaelni@gmx.at>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include <string.h>
|
||||||
|
|
||||||
#include "integer.h"
|
#include "integer.h"
|
||||||
#include "avassert.h"
|
#include "avassert.h"
|
||||||
|
#include "intmath.h"
|
||||||
|
|
||||||
static const AVInteger zero_i;
|
static const AVInteger zero_i;
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#define AVUTIL_INTEGER_H
|
#define AVUTIL_INTEGER_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "common.h"
|
#include "attributes.h"
|
||||||
|
|
||||||
#define AV_INTEGER_SIZE 8
|
#define AV_INTEGER_SIZE 8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user