diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-01-30 19:40:07 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-01-30 20:25:52 +0000 |
commit | a217e7a27a8d48095e2e276ed07a203254bf8743 (patch) | |
tree | 65b3910676710a8b32cfa252d85ff31849cef038 /includes/stg/HaskellMachRegs.h | |
parent | c78804dbdf738b9294535968c64c981fdae037c6 (diff) | |
download | haskell-a217e7a27a8d48095e2e276ed07a203254bf8743.tar.gz |
include "stg/MachRegs.h" -> include "MachRegs.h"
We were getting the installed compiler's MachRegs.h sometimes (in
GenApply.hs, as it turns out). This probably caused some weird
effects...
Diffstat (limited to 'includes/stg/HaskellMachRegs.h')
-rw-r--r-- | includes/stg/HaskellMachRegs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/HaskellMachRegs.h b/includes/stg/HaskellMachRegs.h index 7a16f47fde..ea9a26d3ef 100644 --- a/includes/stg/HaskellMachRegs.h +++ b/includes/stg/HaskellMachRegs.h @@ -42,6 +42,6 @@ #endif -#include "stg/MachRegs.h" +#include "MachRegs.h" #endif /* HASKELLMACHREGS_H */ |