mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 12:14:50 +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
|
|
@ -9,8 +9,11 @@
|
|||
|
||||
#include <catch.hpp>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/fp/fpcr.h"
|
||||
#include "common/fp/fpsr.h"
|
||||
#include "common/fp/op.h"
|
||||
#include "common/fp/rounding_mode.h"
|
||||
#include "rand_int.h"
|
||||
|
||||
using namespace Dynarmic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue