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

Kernel: Qualify a bunch of #include statements.

This commit is contained in:
Andreas Kling 2019-06-07 19:29:34 +02:00
parent de9edb0169
commit 891d4c4834
7 changed files with 27 additions and 26 deletions

View file

@ -1,7 +1,7 @@
#include "Assertions.h"
#include "kmalloc.h"
#include <AK/Assertions.h>
#include <AK/StdLibExtras.h>
#include <AK/Types.h>
#include <Kernel/kmalloc.h>
extern "C" {