Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / file-mmap.h
index 0e391ff1d4016bbbafdb0be16c3c67616aa8bddd..93d1f05afae7e4148d752d2135a2fb284361ae86 100644 (file)
@@ -1,10 +1,12 @@
-/*
- * file-mmap.h: Managed mmap wrappers.
+/**
+ * \file
+ * Managed mmap wrappers.
  *
  * Authors:
  *     Rodrigo Kumpera
  *
  * Copyright 2014 Xamarin Inc (http://www.xamarin.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #ifndef _MONO_METADATA_FILE_MMAP_H_
@@ -14,7 +16,6 @@
 #include <glib.h>
 
 #include <mono/metadata/object-internals.h>
-#include <mono/io-layer/io-layer.h>
 #include <mono/utils/mono-compiler.h>
 
 extern void mono_mmap_close (void *mmap_handle);