mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00: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>
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "integer.h"
|
||||
#include "avassert.h"
|
||||
#include "intmath.h"
|
||||
|
||||
static const AVInteger zero_i;
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#define AVUTIL_INTEGER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "common.h"
|
||||
#include "attributes.h"
|
||||
|
||||
#define AV_INTEGER_SIZE 8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user