Userland: Remove a bunch of unnecessary Vector imports

How silly :^)
This commit is contained in:
kleines Filmröllchen 2022-01-27 13:12:36 +01:00 committed by Andreas Kling
commit 145eeb57ab
Notes: sideshowbarker 2024-07-17 20:04:11 +09:00
16 changed files with 0 additions and 16 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Vector.h>
#include <LibGUI/AbstractTableView.h>
#include <LibGUI/Action.h>
#include <LibGUI/Button.h>