fixup! Jit: Remove unnecessary headers

This commit is contained in:
MerryMage 2016-04-06 20:11:48 +01:00
parent b3a257fd8f
commit 420d3afdf8
6 changed files with 2 additions and 8 deletions

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <array>
#include <cstddef>
#include <cstring>
#include <utility>

View File

@ -4,7 +4,6 @@
#pragma once
#include <array>
#include <functional>
#include <memory>
@ -12,7 +11,6 @@
#include "common/assert.h"
#include "common/common_types.h"
#include "common/common_funcs.h"
namespace ArmDecoder {

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <array>
#include <algorithm>
#include <cstddef>
#include <cstring>
@ -11,7 +12,6 @@
#include "common/assert.h"
#include "common/bit_util.h"
#include "common/common_types.h"
#include "common/make_unique.h"
#include "core/arm/decoder/decoder.h"

View File

@ -4,8 +4,6 @@
#pragma once
#include <type_traits>
#include "common/common_types.h"
#include "core/arm/decoder/decoder.h"

View File

@ -5,7 +5,6 @@
#include "common/assert.h"
#include "core/arm/jit_x64/jit_x64.h"
#include "core/memory.h"
namespace JitX64 {

View File

@ -7,8 +7,6 @@
#include <array>
#include <map>
#include "common/common_types.h"
#include "common/common_funcs.h"
#include "common/x64/emitter.h"
#include "core/arm/decoder/decoder.h"