diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-04 16:58:31 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-04 18:15:50 +0200 |
commit | 8d459acc10d865a82b1646f91a85ae99d998faa7 (patch) | |
tree | 1e129a70af8c61134e883b279a5b50521e24dd58 /libavcodec/tableprint.h | |
parent | 67ace7f0473ff968c7c615796b7a95c90fde68d2 (diff) | |
download | ffmpeg-8d459acc10d865a82b1646f91a85ae99d998faa7.tar.gz |
Add missing #includes to make headers self-contained.
This fixes 'make checkheaders'.
Diffstat (limited to 'libavcodec/tableprint.h')
-rw-r--r-- | libavcodec/tableprint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/tableprint.h b/libavcodec/tableprint.h index ddf2635da0..de355fc0aa 100644 --- a/libavcodec/tableprint.h +++ b/libavcodec/tableprint.h @@ -26,8 +26,6 @@ #include <inttypes.h> #include <stdio.h> -#include "libavutil/common.h" - #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\ void write_##type##_array(const type *data, int len)\ {\ |