summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/InputBox.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 01:02:30 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commit8623cec0d7c1b1747353b2c54ccf0ffe26c58574 (patch)
treebf3168ec2eed9c7e49dff7217a87b0876f9d9106 /Userland/Libraries/LibGUI/InputBox.cpp
parent53166c10ca4eda08877852620b9c111bd3505f84 (diff)
downloadserenity-8623cec0d7c1b1747353b2c54ccf0ffe26c58574.zip
LibGUI: Remove unused header includes
Diffstat (limited to 'Userland/Libraries/LibGUI/InputBox.cpp')
-rw-r--r--Userland/Libraries/LibGUI/InputBox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/InputBox.cpp b/Userland/Libraries/LibGUI/InputBox.cpp
index c17e7b3485..0c804e4537 100644
--- a/Userland/Libraries/LibGUI/InputBox.cpp
+++ b/Userland/Libraries/LibGUI/InputBox.cpp
@@ -11,7 +11,6 @@
#include <LibGUI/Label.h>
#include <LibGUI/TextBox.h>
#include <LibGfx/Font.h>
-#include <stdio.h>
namespace GUI {