Commit bbb7ebb6 authored by diego's avatar diego

Remove unnecessary gcc_fixes.h #include.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2575e595
......@@ -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