Procházet zdrojové kódy

Comment (currently) superfluous include directive.

Torben Jonas před 7 roky
rodič
revize
68a8103a6d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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. */
 /* All file operations need to be rewritten to solve #246. */
 
 
-#include "file_ops.inl"
+// #include "file_ops.inl"
 
 
 struct mg_file;
 struct mg_file;