Skip to content

Commit

Permalink
removed unused include from http_request. added exceptions.h include …
Browse files Browse the repository at this point in the history
…to routing.h
  • Loading branch information
Iuliean committed Oct 29, 2024
1 parent d2b7869 commit 45a59c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/crow/http_request.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

#include <stdexcept>
#ifdef CROW_USE_BOOST
#include <boost/asio.hpp>
#else
Expand Down
1 change: 1 addition & 0 deletions include/crow/routing.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "crow/http_request.h"
#include "crow/utility.h"
#include "crow/logging.h"
#include "crow/exceptions.h"
#include "crow/websocket.h"
#include "crow/mustache.h"
#include "crow/middleware.h"
Expand Down

0 comments on commit 45a59c5

Please sign in to comment.