1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 10:40:39 +09: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
Notes: sideshowbarker 2024-07-19 13:40:51 +09:00
7 changed files with 27 additions and 26 deletions

View file

@ -1,5 +1,5 @@
#include "CMOS.h"
#include "IO.h"
#include <Kernel/CMOS.h>
#include <Kernel/IO.h>
namespace CMOS {