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:
Lioncash
2019-05-18 14:06:33 -04:00
committed by MerryMage
parent b50114ae70
commit fb7d33830c
21 changed files with 23 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
* General Public License version 2 or any later version.
*/
#include "translate_arm.h"
#include "frontend/A32/translate/impl/translate_arm.h"
namespace Dynarmic::A32 {