mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 03:32:56 +00:00
A32: Make includes consistent
Normalizes includes to be relative to the project root, like the rest of the includes in the project.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
* General Public License version 2 or any later version.
|
||||
*/
|
||||
|
||||
#include "translate_arm.h"
|
||||
#include <dynarmic/A32/config.h>
|
||||
|
||||
#include "dynarmic/A32/config.h"
|
||||
#include "frontend/A32/translate/impl/translate_arm.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user