diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-04-05 23:26:39 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-04-06 15:30:56 -0400 |
commit | 5ad143fd8c448d7af3950f71f53feac6cd33f956 (patch) | |
tree | 84eed898dc7d57a705dfc2d00f457a175f93d22f /rts/LibdwPool.h | |
parent | bfb796974fa0bfcaa9fc18c5deedca6889e4bdf2 (diff) | |
download | haskell-5ad143fd8c448d7af3950f71f53feac6cd33f956.tar.gz |
rts: Fix various #include issues
This fixes various violations of the newly-added RTS includes linter.
Diffstat (limited to 'rts/LibdwPool.h')
-rw-r--r-- | rts/LibdwPool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/LibdwPool.h b/rts/LibdwPool.h index b1c333eebc..563934c7a9 100644 --- a/rts/LibdwPool.h +++ b/rts/LibdwPool.h @@ -8,11 +8,11 @@ #pragma once -#include "BeginPrivate.h" - #include "Rts.h" #include "Libdw.h" +#include "BeginPrivate.h" + #if USE_LIBDW /* Initialize the pool */ |