1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00

Kernel: Merge TSS.h into i386.h.

This commit is contained in:
Andreas Kling 2019-04-14 04:39:56 +02:00
parent c2093ad994
commit 4132f645ee
3 changed files with 20 additions and 24 deletions

View file

@ -1,7 +1,6 @@
#pragma once
#include <Kernel/i386.h>
#include <Kernel/TSS.h>
#include <Kernel/KResult.h>
#include <Kernel/LinearAddress.h>
#include <Kernel/UnixTypes.h>