summaryrefslogtreecommitdiff
path: root/src/md/tables/external.h
blob: 998dfa9e66b0f02e7d34749feb1a9a84d74de45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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: external.h
// 

// 
// External types used in MetaData\Storage subcomponent classes.
// This file is used for precompiled headers, so it has to be included at the beginning of every .cpp in 
// this directory.
// 
// ======================================================================================

#pragma once

#include "../external.h"
#include "../export.h"

#include "../inc/recordpool.h"
#include "../hotdata/export.h"
#include "../hotdata/hotdataformat.h"