mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-04 18:22:43 +02: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:
@@ -4,8 +4,14 @@
|
||||
* General Public License version 2 or any later version.
|
||||
*/
|
||||
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
#include <catch.hpp>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "common/fp/fpcr.h"
|
||||
#include "common/fp/fpsr.h"
|
||||
#include "common/fp/unpacked.h"
|
||||
#include "rand_int.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user