mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
Kernel: Remove two unneeded headers.
This commit is contained in:
parent
d8e1545783
commit
0bc72551f4
Notes:
sideshowbarker
2024-07-19 14:45:59 +09:00
Author: https://github.com/awesomekling
Commit: 0bc72551f4
7 changed files with 15 additions and 44 deletions
|
@ -1,6 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "kprintf.h"
|
||||
extern "C" {
|
||||
int dbgprintf(const char *fmt, ...);
|
||||
int kprintf(const char *fmt, ...);
|
||||
int ksprintf(char* buf, const char *fmt, ...);
|
||||
}
|
||||
|
||||
#ifndef USERLAND
|
||||
#define printf dbgprintf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue