Remove unnecessary gcc_fixes.h #include.

Originally committed as revision 18384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-04-09 11:54:13 +00:00
parent 952f18ffe6
commit 7a709548a7
4 changed files with 5 additions and 10 deletions

View File

@ -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"
/**

View File

@ -21,9 +21,6 @@
*/
#include "libavcodec/dsputil.h"
#include "gcc_fixes.h"
#include "dsputil_ppc.h"
#include "util_altivec.h"

View File

@ -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"

View File

@ -21,8 +21,6 @@
#include "libavcodec/dsputil.h"
#include "gcc_fixes.h"
#include "util_altivec.h"
// main steps of 8x8 transform