header cleanups
This commit fixed several places (but not all) where wrong include
directory is specified and prevent the clean up in the chidren changes.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Change-Id: Ibbba62e2c0cfe3583a65f1befa1b233bd3eebf19
diff --git a/http/http_client.hpp b/http/http_client.hpp
index ae8bfeb..cceb007 100644
--- a/http/http_client.hpp
+++ b/http/http_client.hpp
@@ -14,6 +14,10 @@
// limitations under the License.
*/
#pragma once
+
+#include "async_resolve.hpp"
+#include "http_response.hpp"
+
#include <boost/asio/connect.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/address.hpp>
@@ -33,8 +37,6 @@
#include <boost/beast/version.hpp>
#include <boost/container/devector.hpp>
#include <boost/system/error_code.hpp>
-#include <http/http_response.hpp>
-#include <include/async_resolve.hpp>
#include <logging.hpp>
#include <ssl_key_handler.hpp>