Browse Source

arm_interface: Make include path relative for arm_interface.h

Makes it consistent with the rest of the includes.
Lioncash 7 năm trước cách đây
mục cha
commit
039e58a984
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/arm/arm_interface.cpp

+ 1 - 1
src/core/arm/arm_interface.cpp

@@ -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 {