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\HotData 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 "hotmetadata.h"
17
18#include "hottable.h"
19
20#include "hotheapsdirectoryiterator.h"
21#include "hotheap.h"
22
23#include "heapindex.h"
24
25#include "hotheapwriter.h"
26