summaryrefslogtreecommitdiff
path: root/src/gc/gceewks.cpp
blob: 0d765cdc7a8f34c07905944fc108d7dbd6ac1d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// 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"

#ifdef SERVER_GC
#undef SERVER_GC
#endif

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