summaryrefslogtreecommitdiff
path: root/Kernel/Devices/RandomDevice.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-11 11:42:23 -0700
committerAndreas Kling <kling@serenityos.org>2021-07-11 21:37:38 +0200
commitea238e7ac3fa80c6a93b0500ea2b238c15b08151 (patch)
tree8f74374ef9fd2eac7baed35f7b8d883e0d087b76 /Kernel/Devices/RandomDevice.cpp
parentb1740e410bd97791ceee376196736183e26a8054 (diff)
downloadserenity-ea238e7ac3fa80c6a93b0500ea2b238c15b08151.zip
Kernel: Remove unused header includes in Devices subtree
Diffstat (limited to 'Kernel/Devices/RandomDevice.cpp')
-rw-r--r--Kernel/Devices/RandomDevice.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Devices/RandomDevice.cpp b/Kernel/Devices/RandomDevice.cpp
index 538e91ac37..f0ea6f1281 100644
--- a/Kernel/Devices/RandomDevice.cpp
+++ b/Kernel/Devices/RandomDevice.cpp
@@ -5,7 +5,6 @@
*/
#include <Kernel/Devices/RandomDevice.h>
-#include <Kernel/Panic.h>
#include <Kernel/Random.h>
#include <Kernel/Sections.h>