[runtime] Fix DISABLE_REFLECTION_EMIT build.
[mono.git] / mono / metadata / console-win32-internals.h
1 /**
2  * \file
3  * Copyright 2016 Microsoft
4  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
5  */
6 #ifndef __MONO_CONSOLE_WIN32_INTERNALS_H__
7 #define __MONO_CONSOLE_WIN32_INTERNALS_H__
8
9 #include <config.h>
10 #include <glib.h>
11
12 #include "mono/metadata/object.h"
13 #include "mono/metadata/object-internals.h"
14 #include "mono/utils/mono-error.h"
15 #include "mono/utils/mono-error-internals.h"
16 #include <mono/metadata/console-io.h>
17
18 #endif /* __MONO_CONSOLE_WIN32_INTERNALS_H__ */
19