diff options
Diffstat (limited to 'kernel/boot/interrupts/idt.cc')
-rw-r--r-- | kernel/boot/interrupts/idt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/boot/interrupts/idt.cc b/kernel/boot/interrupts/idt.cc index 92f35ea..014ef15 100644 --- a/kernel/boot/interrupts/idt.cc +++ b/kernel/boot/interrupts/idt.cc @@ -16,8 +16,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common.h" #include <boot/interrupts.h> +#include <common.h> #include <kernel/halt.h> #include <kernel/io.h> #include <libk/stdio.h> |