src/share/vm/utilities/workgroup.cpp

changeset 2314
f95d63e2154a
parent 2188
8b10f48633dc
child 2651
92da084fefc9
     1.1 --- a/src/share/vm/utilities/workgroup.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/utilities/workgroup.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,11 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -# include "incls/_precompiled.incl"
     1.8 -# include "incls/_workgroup.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "memory/allocation.hpp"
    1.11 +#include "memory/allocation.inline.hpp"
    1.12 +#include "runtime/os.hpp"
    1.13 +#include "utilities/workgroup.hpp"
    1.14  
    1.15  // Definitions of WorkGang methods.
    1.16  

mercurial