summaryrefslogtreecommitdiff
path: root/src/md/tables/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/tables/export.h')
-rw-r--r--src/md/tables/export.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/md/tables/export.h b/src/md/tables/export.h
new file mode 100644
index 0000000000..f8e0275820
--- /dev/null
+++ b/src/md/tables/export.h
@@ -0,0 +1,16 @@
+// 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\Tables directory.
+// It's supposed to be included from other (MetaData) subcomponents, not from this directory.
+//
+// ======================================================================================
+
+#pragma once
+
+#include "table.h"