mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-28 10:15:00 +01: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:
parent
46cb0d813b
commit
1dc1e3dcd8
12 changed files with 35 additions and 14 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include "common/fp/info.h"
|
||||
#include "common/fp/process_exception.h"
|
||||
#include "common/fp/process_nan.h"
|
||||
#include "common/fp/unpacked.h"
|
||||
|
||||
namespace Dynarmic::FP {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue