A32/A64: Make public header inclusions consistent

For all public header inclusions, we use the <> form of including them
as opposed to "", which we typically use for internal headers.
This commit is contained in:
Lioncash
2019-05-18 14:10:38 -04:00
committed by MerryMage
parent fb7d33830c
commit bfa8035414
6 changed files with 11 additions and 8 deletions

View File

@@ -6,8 +6,9 @@
#include <algorithm>
#include <dynarmic/A32/config.h>
#include "common/assert.h"
#include "dynarmic/A32/config.h"
#include "frontend/A32/decoder/arm.h"
#include "frontend/A32/decoder/vfp.h"
#include "frontend/A32/location_descriptor.h"