diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-06-13 09:36:13 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-06-13 09:36:13 +0000 |
commit | 2248dd89ae588623a2999b450a133da17977088f (patch) | |
tree | 2fee2039be5c1c50c9b3ae0c795e859d77c3420d /libavcodec/ra288.c | |
parent | b8414bbd16043b31e85803f38e61ecafb29d5d2d (diff) | |
download | ffmpeg-2248dd89ae588623a2999b450a133da17977088f.tar.gz |
* removed redundant includes (they were even wrongly used)
Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra288.c')
-rw-r--r-- | libavcodec/ra288.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index b24ac9eb49..9bebfa88a6 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -17,7 +17,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "../config.h" #include "avcodec.h" typedef struct { |