mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
Remove unneeded includes.
This commit is contained in:
parent
9e5f58fdc1
commit
7105acff50
@ -13,8 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <trantor/utils/NonCopyable.h>
|
|
||||||
#include <trantor/exports.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
@ -35,7 +34,7 @@ static constexpr char CRLF[]{"\r\n"};
|
|||||||
* data.
|
* data.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class TRANTOR_EXPORT MsgBuffer
|
class MsgBuffer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user