mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
LibX86: Remove some unnecessary stuff from Disassembler.h
This commit is contained in:
parent
32d83fdee4
commit
8f503da93f
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