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
|
||||
#include <trantor/utils/NonCopyable.h>
|
||||
#include <trantor/exports.h>
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
@ -35,7 +34,7 @@ static constexpr char CRLF[]{"\r\n"};
|
||||
* data.
|
||||
*
|
||||
*/
|
||||
class TRANTOR_EXPORT MsgBuffer
|
||||
class MsgBuffer
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user