소스 검색

Removed include of cerrno from Exception.h

Tatsuhiro Tsujikawa 15 년 전
부모
커밋
e8f3592314
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Exception.h

+ 0 - 1
src/Exception.h

@@ -37,7 +37,6 @@
 
 #include "common.h"
 
-#include <cerrno>
 #include <string>
 
 #include "SharedHandle.h"