1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00

Everywhere: Sort out superfluous QuickSort.h imports

They were sorta unneeded. :^)
This commit is contained in:
Ben Wiederhake 2021-05-29 20:06:44 +02:00 committed by Linus Groh
parent e0b17988bd
commit a7c265f341
8 changed files with 2 additions and 6 deletions

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/QuickSort.h>
#include <Kernel/PerformanceManager.h>
#include <Kernel/Process.h>
#include <Kernel/SpinLock.h>