mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 04:34:27 +01:00
Remove useless includes
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#ifdef TINS_HAVE_TCPIP
|
||||
|
||||
#include <limits>
|
||||
#include <algorithm>
|
||||
#include "memory.h"
|
||||
#include "ip_address.h"
|
||||
#include "ipv6_address.h"
|
||||
@@ -42,22 +41,16 @@
|
||||
#include "rawpdu.h"
|
||||
#include "packet.h"
|
||||
#include "exceptions.h"
|
||||
#include "memory_helpers.h"
|
||||
|
||||
using std::make_pair;
|
||||
using std::bind;
|
||||
using std::pair;
|
||||
using std::runtime_error;
|
||||
using std::numeric_limits;
|
||||
using std::max;
|
||||
using std::swap;
|
||||
using std::chrono::system_clock;
|
||||
using std::chrono::minutes;
|
||||
using std::chrono::duration_cast;
|
||||
|
||||
using Tins::Memory::OutputMemoryStream;
|
||||
using Tins::Memory::InputMemoryStream;
|
||||
|
||||
namespace Tins {
|
||||
namespace TCPIP {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user