diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-07-31 03:51:00 -0700 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-08-01 08:10:16 +0200 |
commit | 18d6f9ed5c3a48014ec47210e0509cfb0f2ddfe4 (patch) | |
tree | 19e59f8f4584528c4d08caf34757a763efe713ef /Userland/Libraries/LibX86 | |
parent | 217179a39f01cf50c525e4519e421f1fb3f0966c (diff) | |
download | serenity-18d6f9ed5c3a48014ec47210e0509cfb0f2ddfe4.zip |
Libraries: Remove unused header includes
Diffstat (limited to 'Userland/Libraries/LibX86')
-rw-r--r-- | Userland/Libraries/LibX86/Instruction.cpp | 1 |
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") |