mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-27 08:30:07 +08:00
Merge pull request #957 from oatpp/code_cleanup
#950 Replace angled brackets with quotes
This commit is contained in:
commit
bbf9715eb8
@ -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…
Reference in New Issue
Block a user