소스 검색

Include ordering

o7-machinehum 1 년 전
부모
커밋
d58f3efb31
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      blackhat_uart.c

+ 1 - 2
blackhat_uart.c

@@ -1,6 +1,5 @@
-#include "blackhat_uart.h"
-
 #include "blackhat_app_i.h"
+#include "blackhat_uart.h"
 
 struct BlackhatUart {
     BlackhatApp* app;