mirror of
https://github.com/oatpp/oatpp.git
synced 2025-03-19 18:10:23 +08:00
#950 Replace angled brackets with quotes
This commit is contained in:
parent
39b4e00bdc
commit
b7dd834eb6
@ -25,7 +25,7 @@
|
||||
#ifndef oatpp_network_tcp_ConnectionConfigurer_hpp
|
||||
#define oatpp_network_tcp_ConnectionConfigurer_hpp
|
||||
|
||||
#include <oatpp/IODefinitions.hpp>
|
||||
#include "oatpp/IODefinitions.hpp"
|
||||
|
||||
namespace oatpp { namespace network { namespace tcp {
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#ifndef oatpp_web_server_handler_AuthorizationHandler_hpp
|
||||
#define oatpp_web_server_handler_AuthorizationHandler_hpp
|
||||
|
||||
#include <oatpp/web/protocol/http/incoming/Request.hpp>
|
||||
#include "oatpp/web/protocol/http/incoming/Request.hpp"
|
||||
#include "oatpp/web/protocol/http/Http.hpp"
|
||||
#include "oatpp/macro/codegen.hpp"
|
||||
#include "oatpp/data/type/Type.hpp"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#ifndef oatpp_test_encoding_AuthorizationHandlerTest_hpp
|
||||
#define oatpp_test_encoding_AuthorizationHandlerTest_hpp
|
||||
|
||||
#include <oatpp/web/server/handler/AuthorizationHandler.hpp>
|
||||
#include "oatpp/web/server/handler/AuthorizationHandler.hpp"
|
||||
#include "oatpp-test/UnitTest.hpp"
|
||||
|
||||
namespace oatpp { namespace test { namespace web { namespace server { namespace handler {
|
||||
|
Loading…
x
Reference in New Issue
Block a user