소스 검색

arm_interface: Make include path relative for arm_interface.h

Makes it consistent with the rest of the includes.
Lioncash 7 년 전
부모
커밋
039e58a984
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {