summaryrefslogtreecommitdiff
path: root/includes/stg/HaskellMachRegs.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-01-30 19:40:07 +0000
committerSimon Marlow <marlowsd@gmail.com>2013-01-30 20:25:52 +0000
commita217e7a27a8d48095e2e276ed07a203254bf8743 (patch)
tree65b3910676710a8b32cfa252d85ff31849cef038 /includes/stg/HaskellMachRegs.h
parentc78804dbdf738b9294535968c64c981fdae037c6 (diff)
downloadhaskell-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.h2
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 */