NFC: Split InvalidPointer out of ds/dllist.h

This lets us use Pagemaps without requiring dllists in scope
This commit is contained in:
Nathaniel Filardo
2020-11-19 21:35:32 +00:00
committed by Matthew Parkinson
parent addd98e6db
commit 83b72722cf
3 changed files with 53 additions and 47 deletions

View File

@@ -2,6 +2,7 @@
#include "../ds/bits.h"
#include "../ds/helpers.h"
#include "../ds/invalidptr.h"
#include <atomic>
#include <utility>