diff options
Diffstat (limited to 'runtime/thread_pool.cc')
-rw-r--r-- | runtime/thread_pool.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/thread_pool.cc b/runtime/thread_pool.cc index 8349f33028..fb77b84550 100644 --- a/runtime/thread_pool.cc +++ b/runtime/thread_pool.cc @@ -16,11 +16,11 @@ #include "thread_pool.h" -#include <pthread.h> - #include <sys/mman.h> -#include <sys/time.h> #include <sys/resource.h> +#include <sys/time.h> + +#include <pthread.h> #include "android-base/stringprintf.h" |