| 1 | // Licensed to the .NET Foundation under one or more agreements. | 
|---|---|
| 2 | // The .NET Foundation licenses this file to you under the MIT license. | 
| 3 | // See the LICENSE file in the project root for more information. | 
| 4 | |
| 5 | |
| 6 | |
| 7 | #include "common.h" | 
| 8 | |
| 9 | #include "gcenv.h" | 
| 10 | |
| 11 | #include "gc.h" | 
| 12 | #include "gcscan.h" | 
| 13 | #include "gcdesc.h" | 
| 14 | #include "softwarewritewatch.h" | 
| 15 | #include "handletable.h" | 
| 16 | #include "handletable.inl" | 
| 17 | #include "gcenv.inl" | 
| 18 | #include "gceventstatus.h" | 
| 19 | |
| 20 | #ifdef SERVER_GC | 
| 21 | #undef SERVER_GC | 
| 22 | #endif | 
| 23 | |
| 24 | namespace WKS { | 
| 25 | #include "gcimpl.h" | 
| 26 | #include "gc.cpp" | 
| 27 | } | 
| 28 | |
| 29 | 
