Skip to content

Commit 3543fa1

Browse files
committed
[FOLD]
1 parent 13a5a52 commit 3543fa1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/parser.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
#include <boost/http_proto/error.hpp>
1313
#include <boost/http_proto/parser.hpp>
1414

15-
#include "src/detail/brotli_filter_base.hpp"
16-
#include "src/detail/buffer_utils.hpp"
17-
#include "src/detail/zlib_filter_base.hpp"
18-
1915
#include <boost/assert.hpp>
2016
#include <boost/buffers/circular_buffer.hpp>
2117
#include <boost/buffers/copy.hpp>
2218
#include <boost/buffers/flat_buffer.hpp>
2319
#include <boost/buffers/front.hpp>
20+
#include <boost/buffers/slice.hpp>
2421
#include <boost/rts/brotli/decode.hpp>
2522
#include <boost/rts/context.hpp>
2623
#include <boost/rts/zlib/error.hpp>
@@ -29,6 +26,10 @@
2926
#include <boost/url/grammar/error.hpp>
3027
#include <boost/url/grammar/hexdig_chars.hpp>
3128

29+
#include "src/detail/brotli_filter_base.hpp"
30+
#include "src/detail/buffer_utils.hpp"
31+
#include "src/detail/zlib_filter_base.hpp"
32+
3233
namespace boost {
3334
namespace http_proto {
3435

0 commit comments

Comments
 (0)