瀏覽代碼

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"