summaryrefslogtreecommitdiff
path: root/AK/kstdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/kstdio.h')
-rw-r--r--AK/kstdio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/AK/kstdio.h b/AK/kstdio.h
index 00b0697712..8b5e7ff0f1 100644
--- a/AK/kstdio.h
+++ b/AK/kstdio.h
@@ -1,9 +1,3 @@
#pragma once
-#ifdef SERENITY
#include <Kernel/kstdio.h>
-#else
-#include <cstdio>
-#define kprintf printf
-#define ksprintf sprintf
-#endif