arm_interface: Make include path relative for arm_interface.h

Makes it consistent with the rest of the includes.
This commit is contained in:
Lioncash 2018-12-30 20:46:27 -05:00
parent a17dd30057
commit 039e58a984

View File

@ -2,9 +2,9 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "arm_interface.h"
#include "common/common_types.h"
#include "common/logging/log.h"
#include "core/arm/arm_interface.h"
#include "core/memory.h"
namespace Core {