Consolidate all source files into src/ directory

This commit is contained in:
Merry 2021-05-19 17:28:35 +01:00
parent c6ecc835b6
commit 714216fd0e
328 changed files with 1006 additions and 1032 deletions

View file

@ -8,11 +8,11 @@
#include <fmt/format.h>
#include <fmt/ostream.h>
#include "common/assert.h"
#include "common/fp/fpcr.h"
#include "common/fp/rounding_mode.h"
#include "fuzz_util.h"
#include "rand_int.h"
#include "./fuzz_util.h"
#include "./rand_int.h"
#include "dynarmic/common/assert.h"
#include "dynarmic/common/fp/fpcr.h"
#include "dynarmic/common/fp/rounding_mode.h"
using namespace Dynarmic;