diff options
Diffstat (limited to 'includes/rts/prof/LDV.h')
-rw-r--r-- | includes/rts/prof/LDV.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/rts/prof/LDV.h b/includes/rts/prof/LDV.h index f54724652d..77d873cceb 100644 --- a/includes/rts/prof/LDV.h +++ b/includes/rts/prof/LDV.h @@ -1,9 +1,14 @@ /* ----------------------------------------------------------------------------- * - * (c) The University of Glasgow, 2004 + * (c) The University of Glasgow, 2009 * * Lag/Drag/Void profiling. * + * Do not #include this file directly: #include "Rts.h" instead. + * + * To understand the structure of the RTS headers, see the wiki: + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * * ---------------------------------------------------------------------------*/ #ifndef RTS_PROF_LDV_H |