comparison src/os/bsd/vm/threadCritical_bsd.cpp @ 7180:f34d701e952e

8003935: Simplify the needed includes for using Thread::current() Reviewed-by: dholmes, rbackman, coleenp
author stefank
date Tue, 27 Nov 2012 14:20:21 +0100
parents f08d439fab8c
children
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "runtime/thread.inline.hpp"
26 #include "runtime/threadCritical.hpp" 27 #include "runtime/threadCritical.hpp"
27 #include "thread_bsd.inline.hpp"
28 28
29 // put OS-includes here 29 // put OS-includes here
30 # include <pthread.h> 30 # include <pthread.h>
31 31
32 // 32 //