Skip to content

Commit 7be3da9

Browse files
committed
Move seqset as it uses pointeroffset and that is aal.
1 parent fcf9139 commit 7be3da9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/snmalloc/ds_aal/ds_aal.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
#include "../aal/aal.h"
88
#include "flaglock.h"
99
#include "prevent_fork.h"
10+
#include "seqset.h"
1011
#include "singleton.h"
File renamed without changes.

src/snmalloc/ds_core/ds_core.h

-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
#include "mitigations.h"
1616
#include "ptrwrap.h"
1717
#include "redblacktree.h"
18-
#include "seqset.h"
1918
#include "stats.h"
2019
#include "tid.h"

0 commit comments

Comments
 (0)