소스 검색

src/thread/pthread/SDL_systhread.c: drop include of SDL_platform.h

Drop include of SDL_platform.h as SDL_plaform.h is already included by
SDL_internal.h -> SDL_config.h -> SDL_platform.h

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Fabrice Fontaine 5 년 전
부모
커밋
b55b11af88
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/thread/pthread/SDL_systhread.c

+ 0 - 1
src/thread/pthread/SDL_systhread.c

@@ -48,7 +48,6 @@
 #endif
 #endif
 
-#include "SDL_platform.h"
 #include "SDL_thread.h"
 #include "../SDL_thread_c.h"
 #include "../SDL_systhread.h"