Commit Diff


commit - 71d9d1b3a833b3b8041da66cd1bccab141d2a9fa
commit + 3e8d305f1094e8fa2ee5b3f3c2a969f370e74ebf
blob - 42310276aa55497370d2c5580474ae784cb0f663
blob + 2db6530593cc259fcf4a9db2e85d53440b287645
--- http/http.ha
+++ http/http.ha
@@ -28,10 +28,9 @@ use fmt;
 use io;
 use log;
 use net;
+use strings;
 use types;
 
-use strings;
-
 use ev;
 
 type badrequest = !void;