diff --git a/src/common/fp/fused.cpp b/src/common/fp/fused.cpp index 44e6b765..452608c3 100644 --- a/src/common/fp/fused.cpp +++ b/src/common/fp/fused.cpp @@ -4,7 +4,6 @@ * General Public License version 2 or any later version. */ -#include "common/assert.h" #include "common/fp/mantissa_util.h" #include "common/fp/unpacked.h" #include "common/u128.h" diff --git a/src/common/fp/op/FPRSqrtEstimate.cpp b/src/common/fp/op/FPRSqrtEstimate.cpp index 96dc3176..895fa418 100644 --- a/src/common/fp/op/FPRSqrtEstimate.cpp +++ b/src/common/fp/op/FPRSqrtEstimate.cpp @@ -4,10 +4,6 @@ * General Public License version 2 or any later version. */ -#include - -#include "common/assert.h" -#include "common/bit_util.h" #include "common/common_types.h" #include "common/fp/fpcr.h" #include "common/fp/fpsr.h" diff --git a/src/common/fp/op/FPRSqrtEstimate.h b/src/common/fp/op/FPRSqrtEstimate.h index 4beb7a95..e41bc4fd 100644 --- a/src/common/fp/op/FPRSqrtEstimate.h +++ b/src/common/fp/op/FPRSqrtEstimate.h @@ -6,8 +6,6 @@ #pragma once -#include "common/common_types.h" - namespace Dynarmic::FP { class FPCR; diff --git a/src/common/fp/op/FPRSqrtStepFused.cpp b/src/common/fp/op/FPRSqrtStepFused.cpp index 5e5ab742..e3ecf2ae 100644 --- a/src/common/fp/op/FPRSqrtStepFused.cpp +++ b/src/common/fp/op/FPRSqrtStepFused.cpp @@ -10,7 +10,6 @@ #include "common/fp/info.h" #include "common/fp/op/FPNeg.h" #include "common/fp/op/FPRSqrtStepFused.h" -#include "common/fp/process_exception.h" #include "common/fp/process_nan.h" #include "common/fp/unpacked.h" diff --git a/src/common/fp/op/FPRecipStepFused.cpp b/src/common/fp/op/FPRecipStepFused.cpp index 2cb09c06..9ba62212 100644 --- a/src/common/fp/op/FPRecipStepFused.cpp +++ b/src/common/fp/op/FPRecipStepFused.cpp @@ -10,7 +10,6 @@ #include "common/fp/info.h" #include "common/fp/op/FPNeg.h" #include "common/fp/op/FPRecipStepFused.h" -#include "common/fp/process_exception.h" #include "common/fp/process_nan.h" #include "common/fp/unpacked.h" diff --git a/src/common/fp/rounding_mode.h b/src/common/fp/rounding_mode.h index 01ca790b..005270b2 100644 --- a/src/common/fp/rounding_mode.h +++ b/src/common/fp/rounding_mode.h @@ -6,8 +6,6 @@ #pragma once -#include "common/common_types.h" - namespace Dynarmic::FP { /// Ordering of first four values is important as they correspond to bits in FPCR.