summaryrefslogtreecommitdiff
path: root/libavutil/integer.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-23 18:44:36 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-24 12:56:49 +0100
commit2c2d76b50d7ca2ddf3faa396a94a762158128e2d (patch)
tree2c52c4d671747131f4a95788b46057288c260a4d /libavutil/integer.h
parent94d5892beac349ddd2ed3bbac0c9100e3d171d36 (diff)
downloadffmpeg-2c2d76b50d7ca2ddf3faa396a94a762158128e2d.tar.gz
avutil/integer: Don't include common.h
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/integer.h')
-rw-r--r--libavutil/integer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/integer.h b/libavutil/integer.h
index 45f733c04c..2d9b5bb10f 100644
--- a/libavutil/integer.h
+++ b/libavutil/integer.h
@@ -29,7 +29,7 @@
#define AVUTIL_INTEGER_H
#include <stdint.h>
-#include "common.h"
+#include "attributes.h"
#define AV_INTEGER_SIZE 8