mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
Kernel: Qualify a bunch of #include statements.
This commit is contained in:
parent
de9edb0169
commit
891d4c4834
7 changed files with 27 additions and 26 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "RTC.h"
|
||||
#include "CMOS.h"
|
||||
#include <AK/Assertions.h>
|
||||
#include <Kernel/CMOS.h>
|
||||
#include <Kernel/RTC.h>
|
||||
|
||||
namespace RTC {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue