libspeexdec: include system headers before local headers
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 21 Oct 2011 16:13:28 +0000 (12:13 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 21 Oct 2011 21:07:05 +0000 (17:07 -0400)
libavcodec/libspeexdec.c

index f66331e..8bbae6c 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "avcodec.h"
 #include <speex/speex.h>
 #include <speex/speex_header.h>
 #include <speex/speex_stereo.h>
 #include <speex/speex_callbacks.h>
+#include "avcodec.h"
 
 typedef struct {
     SpeexBits bits;