common/fp: Remove unnecessary includes
This commit is contained in:
parent
20fabc5083
commit
f33e5939b7
6 changed files with 0 additions and 11 deletions
|
@ -4,7 +4,6 @@
|
||||||
* General Public License version 2 or any later version.
|
* General Public License version 2 or any later version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common/assert.h"
|
|
||||||
#include "common/fp/mantissa_util.h"
|
#include "common/fp/mantissa_util.h"
|
||||||
#include "common/fp/unpacked.h"
|
#include "common/fp/unpacked.h"
|
||||||
#include "common/u128.h"
|
#include "common/u128.h"
|
||||||
|
|
|
@ -4,10 +4,6 @@
|
||||||
* General Public License version 2 or any later version.
|
* General Public License version 2 or any later version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <array>
|
|
||||||
|
|
||||||
#include "common/assert.h"
|
|
||||||
#include "common/bit_util.h"
|
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
#include "common/fp/fpcr.h"
|
#include "common/fp/fpcr.h"
|
||||||
#include "common/fp/fpsr.h"
|
#include "common/fp/fpsr.h"
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "common/common_types.h"
|
|
||||||
|
|
||||||
namespace Dynarmic::FP {
|
namespace Dynarmic::FP {
|
||||||
|
|
||||||
class FPCR;
|
class FPCR;
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#include "common/fp/info.h"
|
#include "common/fp/info.h"
|
||||||
#include "common/fp/op/FPNeg.h"
|
#include "common/fp/op/FPNeg.h"
|
||||||
#include "common/fp/op/FPRSqrtStepFused.h"
|
#include "common/fp/op/FPRSqrtStepFused.h"
|
||||||
#include "common/fp/process_exception.h"
|
|
||||||
#include "common/fp/process_nan.h"
|
#include "common/fp/process_nan.h"
|
||||||
#include "common/fp/unpacked.h"
|
#include "common/fp/unpacked.h"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#include "common/fp/info.h"
|
#include "common/fp/info.h"
|
||||||
#include "common/fp/op/FPNeg.h"
|
#include "common/fp/op/FPNeg.h"
|
||||||
#include "common/fp/op/FPRecipStepFused.h"
|
#include "common/fp/op/FPRecipStepFused.h"
|
||||||
#include "common/fp/process_exception.h"
|
|
||||||
#include "common/fp/process_nan.h"
|
#include "common/fp/process_nan.h"
|
||||||
#include "common/fp/unpacked.h"
|
#include "common/fp/unpacked.h"
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "common/common_types.h"
|
|
||||||
|
|
||||||
namespace Dynarmic::FP {
|
namespace Dynarmic::FP {
|
||||||
|
|
||||||
/// Ordering of first four values is important as they correspond to bits in FPCR.
|
/// Ordering of first four values is important as they correspond to bits in FPCR.
|
||||||
|
|
Loading…
Reference in a new issue