summaryrefslogtreecommitdiff
path: root/src/vm/assemblyspecbase.h
blob: 8accfa11443a63a5ab36726d0eb0a2e3b541923c (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
25
26
27
28
29
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// ============================================================
//
// AssemblySpecBase.h
//


//
// Chooses the appropriate implementation to base AssemblySpec on
//
// ============================================================


#ifndef __ASSEMBLY_SPEC_BASE_H__
#define __ASSEMBLY_SPEC_BASE_H__

#ifndef FEATURE_FUSION
#include "coreclr/corebindresult.h"
#include "coreclr/corebindresult.inl"
#include "../binder/inc/assembly.hpp"
#endif // FEATURE_FUSION

#include "baseassemblyspec.h"
#include "baseassemblyspec.inl"

#endif // __ASSEMBLY_SPEC_BASE_H__