| 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 "gchandletableimpl.h" | 
| 14 | #include "gceventstatus.h" | 
| 15 | |
| 16 | #ifdef SERVER_GC | 
| 17 | #undef SERVER_GC | 
| 18 | #endif | 
| 19 | |
| 20 | namespace WKS { | 
| 21 | #include "gcimpl.h" | 
| 22 | #include "gcee.cpp" | 
| 23 | } | 
| 24 | |
| 25 | 
