Forráskód Böngészése

Comment (currently) superfluous include directive.

Torben Jonas 7 éve
szülő
commit
68a8103a6d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;