aboutsummaryrefslogtreecommitdiff
path: root/src/handlers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers.rs')
-rw-r--r--src/handlers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.rs b/src/handlers.rs
index a9d589a..376cdd0 100644
--- a/src/handlers.rs
+++ b/src/handlers.rs
@@ -1,4 +1,4 @@
-use crate::http_types::*;
+use crate::http::*;
use crate::request::*;
use crate::response::*;
use crate::utils::*;