summaryrefslogtreecommitdiff
path: root/rts/StaticPtrTable.c
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-05 23:26:39 -0400
committerBen Gamari <ben@smart-cactus.org>2022-04-06 15:30:56 -0400
commit5ad143fd8c448d7af3950f71f53feac6cd33f956 (patch)
tree84eed898dc7d57a705dfc2d00f457a175f93d22f /rts/StaticPtrTable.c
parentbfb796974fa0bfcaa9fc18c5deedca6889e4bdf2 (diff)
downloadhaskell-5ad143fd8c448d7af3950f71f53feac6cd33f956.tar.gz
rts: Fix various #include issues
This fixes various violations of the newly-added RTS includes linter.
Diffstat (limited to 'rts/StaticPtrTable.c')
-rw-r--r--rts/StaticPtrTable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StaticPtrTable.c b/rts/StaticPtrTable.c
index 9754cfad41..282d9b7899 100644
--- a/rts/StaticPtrTable.c
+++ b/rts/StaticPtrTable.c
@@ -8,8 +8,8 @@
*
*/
-#include "StaticPtrTable.h"
#include "Rts.h"
+#include "StaticPtrTable.h"
#include "RtsUtils.h"
#include "Hash.h"
#include "StablePtr.h"