mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
Kernel: More header dependency reduction work
This commit is contained in:
parent
16818322c5
commit
635ae70b8f
6 changed files with 7 additions and 10 deletions
|
@ -72,8 +72,7 @@ public:
|
|||
Vector<Range, 2> carve(const Range&);
|
||||
|
||||
private:
|
||||
VirtualAddress m_base;
|
||||
size_t m_size { 0 };
|
||||
VirtualAddress m_base; size_t m_size { 0 };
|
||||
};
|
||||
|
||||
class RangeAllocator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue