mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 05:48:43 +00:00
fp: Use forward declarations where applicable
Minimizes the amount of files that need to be rebuilt if the headers ever change.
This commit is contained in:
@@ -10,10 +10,12 @@
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/fp/fpcr.h"
|
||||
#include "common/fp/fpsr.h"
|
||||
|
||||
namespace Dynarmic::FP {
|
||||
|
||||
class FPSR;
|
||||
enum class RoundingMode;
|
||||
|
||||
enum class FPType {
|
||||
Nonzero,
|
||||
Zero,
|
||||
|
||||
Reference in New Issue
Block a user