comparison src/os/windows/vm/threadCritical_windows.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 f95d63e2154a
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_windows.inline.hpp"
28 28
29 // OS-includes here 29 // OS-includes here
30 # include <windows.h> 30 # include <windows.h>
31 # include <winbase.h> 31 # include <winbase.h>
32 32