summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibX86
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 03:51:00 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commit18d6f9ed5c3a48014ec47210e0509cfb0f2ddfe4 (patch)
tree19e59f8f4584528c4d08caf34757a763efe713ef /Userland/Libraries/LibX86
parent217179a39f01cf50c525e4519e421f1fb3f0966c (diff)
downloadserenity-18d6f9ed5c3a48014ec47210e0509cfb0f2ddfe4.zip
Libraries: Remove unused header includes
Diffstat (limited to 'Userland/Libraries/LibX86')
-rw-r--r--Userland/Libraries/LibX86/Instruction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibX86/Instruction.cpp b/Userland/Libraries/LibX86/Instruction.cpp
index 57328b6e27..7d8b065af6 100644
--- a/Userland/Libraries/LibX86/Instruction.cpp
+++ b/Userland/Libraries/LibX86/Instruction.cpp
@@ -7,7 +7,6 @@
#include <AK/StringBuilder.h>
#include <LibX86/Instruction.h>
#include <LibX86/Interpreter.h>
-#include <stdio.h>
#if defined(__GNUC__) && !defined(__clang__)
# pragma GCC optimize("O3")