OSDN Git Service

Move the local includes below the system includes
authorMartin Storsjö <martin@martin.st>
Mon, 8 Mar 2010 15:12:36 +0000 (15:12 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 8 Mar 2010 15:12:36 +0000 (15:12 +0000)
commitb81786611acde7a9cc7f3a71ed41945cd6df2548
tree920257249db45c1c9f034e67b81bf0eee9900bf9
parent88b51ea9483bca1fa21795d07677d733e1f6a042
Move the local includes below the system includes

This fixes a compilation issue on OS X 10.4, where some system headers were
included implicitly through dsputil_altivec.h (with _POSIX_C_SOURCE defined),
and other system headers included later, with _POSIX_C_SOURCE undefined at
that time.

Originally committed as revision 22327 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/check_altivec.c