avcodec/vp8: Cosmetics, maintain alphabetical order in threading headers

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Dave Yeo 2013-05-27 23:26:59 -07:00 committed by Michael Niedermayer
parent e615a77799
commit 35e683e457
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@
#include "thread.h" #include "thread.h"
#if HAVE_PTHREADS #if HAVE_PTHREADS
#include <pthread.h> #include <pthread.h>
#elif HAVE_W32THREADS
#include "compat/w32pthreads.h"
#elif HAVE_OS2THREADS #elif HAVE_OS2THREADS
#include "compat/os2threads.h" #include "compat/os2threads.h"
#elif HAVE_W32THREADS
#include "compat/w32pthreads.h"
#endif #endif
#define VP8_MAX_QUANT 127 #define VP8_MAX_QUANT 127