Kernel: Reduce header dependencies of MemoryManager and Region

This commit is contained in:
Andreas Kling
2020-02-16 01:33:41 +01:00
parent a356e48150
commit 1d611e4a11
8 changed files with 9 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/HashMap.h>
#include <Kernel/Net/LoopbackAdapter.h>
#include <Kernel/Net/Routing.h>
#include <Kernel/Thread.h>