diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-10-20 15:57:13 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-10-20 16:28:42 -0700 |
commit | 89a8d817f0c2951ec305c286a526205d06bf9221 (patch) | |
tree | 5295cab951600148bd83f1cae0ae5250816dc257 /includes/Rts.h | |
parent | 0202b7cefbaf76dc53d43562dbc84a52debe2eb2 (diff) | |
download | haskell-89a8d817f0c2951ec305c286a526205d06bf9221.tar.gz |
Revert "Rename _closure to _static_closure, apply naming consistently."
This reverts commit 35672072b4091d6f0031417bc160c568f22d0469.
Conflicts:
compiler/main/DriverPipeline.hs
Diffstat (limited to 'includes/Rts.h')
-rw-r--r-- | includes/Rts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Rts.h b/includes/Rts.h index 5348e73382..6bf7650f69 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -193,7 +193,6 @@ INLINE_HEADER Time fsecondsToTime (double t) /* Global constaints */ #include "rts/Constants.h" -#include "rts/StaticClosures.h" /* Profiling information */ #include "rts/prof/CCS.h" |