소스 검색

Comment (currently) superfluous include directive.

Torben Jonas 7 년 전
부모
커밋
68a8103a6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -603,7 +603,7 @@ static void path_to_unicode(const struct mg_connection *conn,
 
 /* All file operations need to be rewritten to solve #246. */
 
-#include "file_ops.inl"
+// #include "file_ops.inl"
 
 struct mg_file;