diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-03-10 19:51:50 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-11 12:32:53 +0100 |
commit | bceb98e2df5f6030b4a95ad7d874e8a4c59f4026 (patch) | |
tree | 528e3c5f0e65c9a43e74628cb6dc4ecad64ec445 /Userland/Applications | |
parent | 2cd0793578dad27a9f6ff94d55d5061ce5483817 (diff) | |
download | serenity-bceb98e2df5f6030b4a95ad7d874e8a4c59f4026.zip |
Userland: Remove superfluous headers
Userland has no reason to access 'kmalloc'.
Diffstat (limited to 'Userland/Applications')
-rw-r--r-- | Userland/Applications/Debugger/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Debugger/main.cpp b/Userland/Applications/Debugger/main.cpp index aab45b43e8..fe91440b87 100644 --- a/Userland/Applications/Debugger/main.cpp +++ b/Userland/Applications/Debugger/main.cpp @@ -29,7 +29,6 @@ #include <AK/Demangle.h> #include <AK/LogStream.h> #include <AK/StringBuilder.h> -#include <AK/kmalloc.h> #include <LibC/sys/arch/i386/regs.h> #include <LibCore/ArgsParser.h> #include <LibCore/File.h> |