diff options
Diffstat (limited to 'Userland/Libraries/LibX86/Instruction.cpp')
-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") |