[utils] Small header sanitization. networking.h now include config.h
[mono-project.git] / mono / metadata / reflection-internals.h
blobbe3b1fd0d51646f51a46881649c113c4f8d4b723
1 /*
2 * Copyright 2014 Xamarin Inc
3 */
4 #ifndef __MONO_METADATA_REFLECTION_INTERBALS_H__
5 #define __MONO_METADATA_REFLECTION_INTERBALS_H__
7 #include <mono/metadata/reflection.h>
8 #include <mono/utils/mono-compiler.h>
9 #include <mono/utils/mono-error.h>
11 MonoObject*
12 mono_custom_attrs_get_attr_checked (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass, MonoError *error) MONO_INTERNAL;
14 #endif