Explorar el Código

Removed include of cerrno from Exception.h

Tatsuhiro Tsujikawa hace 15 años
padre
commit
e8f3592314
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"