Skip to content

Commit 098b1c4

Browse files
committed
Move seqset as it uses pointeroffset and that is aal.
1 parent 77e14eb commit 098b1c4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/snmalloc/ds_aal/ds_aal.h

Lines changed: 1 addition & 0 deletions
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"

src/snmalloc/ds_core/seqset.h renamed to src/snmalloc/ds_aal/seqset.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22

3-
#include "../aal/aal.h"
4-
#include "defines.h"
3+
#include "../ds_core/ds_core.h"
54
#include "snmalloc/stl/type_traits.h"
65
#include "snmalloc/stl/utility.h"
76

src/snmalloc/ds_core/ds_core.h

Lines changed: 0 additions & 1 deletion
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)