Commit 7a709548 authored by Diego Biurrun's avatar Diego Biurrun

Remove unnecessary gcc_fixes.h #include.

Originally committed as revision 18384 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 952f18ff
......@@ -21,9 +21,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavcodec/dsputil.h"
#include "gcc_fixes.h"
#include "dsputil_ppc.h"
#include "util_altivec.h"
/**
......
......@@ -21,9 +21,6 @@
*/
#include "libavcodec/dsputil.h"
#include "gcc_fixes.h"
#include "dsputil_ppc.h"
#include "util_altivec.h"
......
......@@ -23,9 +23,12 @@
** integer misc ops.
**/
#include "libavcodec/dsputil.h"
#include "config.h"
#if HAVE_ALTIVEC_H
#include <altivec.h>
#endif
#include "gcc_fixes.h"
#include "libavcodec/dsputil.h"
#include "dsputil_altivec.h"
......
......@@ -21,8 +21,6 @@
#include "libavcodec/dsputil.h"
#include "gcc_fixes.h"
#include "util_altivec.h"
// main steps of 8x8 transform
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment