Skip to content

Commit 9abd831

Browse files
committed
Remove pal.h include from seqset test
The seqset test is a unit test for ds_aal/seqset.h and only needs ds_aal and ds_core headers. With test/helpers.h no longer depending on DefaultPal, the pal.h include is unnecessary.
1 parent 70147d9 commit 9abd831

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/func/seqset/seqset.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
* The corruption case is run in a forked child so that the expected abort
1111
* does not kill the test harness itself.
1212
*/
13-
#include <snmalloc/snmalloc.h>
13+
#include <snmalloc/ds_aal/seqset.h>
14+
#include <snmalloc/ds_core/helpers.h>
15+
#include <stdio.h>
1416
#include <test/helpers.h>
1517
#include <test/setup.h>
1618

0 commit comments

Comments
 (0)