LibX86: Remove some unnecessary stuff from Disassembler.h
This commit is contained in:
parent
32d83fdee4
commit
8f503da93f
Notes:
sideshowbarker
2024-07-19 07:43:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8f503da93ff
1 changed files with 0 additions and 3 deletions
|
@ -27,13 +27,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/Types.h>
|
||||
#include <LibX86/Instruction.h>
|
||||
|
||||
namespace X86 {
|
||||
|
||||
class InstructionMetadata;
|
||||
|
||||
class Disassembler {
|
||||
public:
|
||||
explicit Disassembler(InstructionStream& stream)
|
||||
|
|
Loading…
Add table
Reference in a new issue