diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-19 13:32:11 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-19 14:10:21 +0100 |
commit | 38c8b565ff8d8011e26af8ae4b03800ca29d3f38 (patch) | |
tree | 4c39b6a15d61bc551845d4e1423b28995e1a6257 /includes/Stg.h | |
parent | 013a3e3b79a86e377c6c94b34f6313d58363c6b3 (diff) | |
download | haskell-38c8b565ff8d8011e26af8ae4b03800ca29d3f38.tar.gz |
Put the target platform in the settings file
Diffstat (limited to 'includes/Stg.h')
-rw-r--r-- | includes/Stg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/Stg.h b/includes/Stg.h index 5665018d93..cae4a3a4aa 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -225,8 +225,6 @@ typedef StgFunPtr F_; Other Stg stuff... -------------------------------------------------------------------------- */ -#include "stg/ArchSpecific.h" /* required by MachRegs.h and SMP.h */ - #include "stg/DLL.h" #include "stg/MachRegs.h" #include "stg/Regs.h" |