summaryrefslogtreecommitdiff
path: root/Userland/Utilities
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities')
-rw-r--r--Userland/Utilities/stty.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/stty.cpp b/Userland/Utilities/stty.cpp
index 44eac1434d..a943855319 100644
--- a/Userland/Utilities/stty.cpp
+++ b/Userland/Utilities/stty.cpp
@@ -7,7 +7,6 @@
#define __USE_MISC
#define TTYDEFCHARS
-#include <AK/Array.h>
#include <AK/DeprecatedString.h>
#include <AK/Optional.h>
#include <AK/Result.h>