[docs] Update formatting in mono-api-security.
[mono.git] / mono / metadata / lock-tracer.c
index 8ca4a27ab8211ed592ba4f0cbbe4d7f78d4ad91f..1ec84e6533be4aa4c2f718d06ab82e93e5010b3f 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * lock-tracer.c: Runtime simple lock tracer
+/**
+ * \file
+ * Runtime simple lock tracer
  *
  * Authors:
  *     Rodrigo Kumpera (rkumpera@novell.com)
@@ -20,7 +21,6 @@
 #include <execinfo.h>
 #endif
 
-#include <mono/io-layer/io-layer.h>
 #include <mono/utils/mono-compiler.h>
 
 #include "lock-tracer.h"