mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
AK: Remove useless ktime.h
This commit is contained in:
parent
60f236b285
commit
beb9c970c9
3 changed files with 0 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/ktime.h>
|
|
@ -4,8 +4,6 @@
|
|||
#include "RTC.h"
|
||||
#include <AK/Bitmap.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/ktime.h>
|
||||
#include <AK/kstdio.h>
|
||||
#include <AK/BufferStream.h>
|
||||
#include <LibC/errno_numbers.h>
|
||||
#include <Kernel/Process.h>
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
#include "FileSystem.h"
|
||||
#include <AK/FileSystemPath.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/kstdio.h>
|
||||
#include <AK/ktime.h>
|
||||
#include "CharacterDevice.h"
|
||||
#include <LibC/errno_numbers.h>
|
||||
#include <Kernel/Process.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue