summaryrefslogtreecommitdiff
path: root/src/md/hotdata/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/hotdata/export.h')
-rw-r--r--src/md/hotdata/export.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/md/hotdata/export.h b/src/md/hotdata/export.h
new file mode 100644
index 0000000000..a0a9305626
--- /dev/null
+++ b/src/md/hotdata/export.h
@@ -0,0 +1,25 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+//
+// File: export.h
+//
+
+//
+// Popular types defined in MetaData\HotData directory.
+// It's supposed to be included from other (MetaData) subcomponents, not from this directory.
+//
+// ======================================================================================
+
+#pragma once
+
+#include "hotmetadata.h"
+
+#include "hottable.h"
+
+#include "hotheapsdirectoryiterator.h"
+#include "hotheap.h"
+
+#include "heapindex.h"
+
+#include "hotheapwriter.h"