Remove unused includes

Removes includes that are now unused.

Tested:
Code compiles.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I7ad7ce71c4238c58d2d2b6030282143f775c5423
diff --git a/http/routing.hpp b/http/routing.hpp
index 5d9c8e3..0a0dc74 100644
--- a/http/routing.hpp
+++ b/http/routing.hpp
@@ -12,8 +12,6 @@
 
 #include <async_resp.hpp>
 #include <boost/container/flat_map.hpp>
-#include <boost/container/small_vector.hpp>
-#include <boost/lexical_cast.hpp>
 
 #include <cerrno>
 #include <cstdint>