Remove unneeded includes.

This commit is contained in:
Relintai 2022-02-09 21:34:06 +01:00
parent 9e5f58fdc1
commit 7105acff50

View File

@ -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:
/** /**