diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-01-26 22:10:06 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-01-29 14:52:56 -0500 |
commit | 88fea6aaecc8818d370d2e6952df6549484eb108 (patch) | |
tree | 9374c54e64279e63b0c32b9118520393647807a6 | |
parent | 512ed3f1ceffd8da5dab91a4d0d7b16cfed18fd3 (diff) | |
download | haskell-88fea6aaecc8818d370d2e6952df6549484eb108.tar.gz |
rts: Drop redundant #include <Arena.h>
-rw-r--r-- | rts/IPE.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ #include "rts/PosixSource.h" #include "Rts.h" -#include "Arena.h" #include "Capability.h" #include "Hash.h" #include "IPE.h" |