| 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 | // File: export.h | 
| 6 | //  | 
| 7 |  | 
| 8 | //  | 
| 9 | // Popular types defined in MetaData\Heaps directory. | 
| 10 | // It's supposed to be included from other (MetaData) subcomponents, not from this directory. | 
| 11 | //  | 
| 12 | // ====================================================================================== | 
| 13 |  | 
| 14 | #pragma once | 
| 15 |  | 
| 16 | #include "stringheap.h" | 
| 17 | #include "blobheap.h" | 
| 18 | #include "guidheap.h" | 
| 19 |  |