summaryrefslogtreecommitdiff
path: root/src/gc/gcwks.cpp
blob: eb1d3140f708126f8d670c06f79437bb4e82f4a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//



#include "common.h"

#include "gcenv.h"

#include "gc.h"
#include "gcscan.h"
#include "gcdesc.h"

#ifdef SERVER_GC
#undef SERVER_GC
#endif

namespace WKS { 
#include "gcimpl.h"
#include "gc.cpp"
}