From cedd127e8f853feb1e5d778b08be002213046f5a Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sat, 13 May 2017 11:14:11 -0700 Subject: [PATCH] Use vector instead of lists everywhere --- include/tins/dhcp.h | 6 ++---- include/tins/dhcpv6.h | 3 +-- include/tins/dns.h | 5 ++--- include/tins/dot11/dot11_base.h | 3 +-- include/tins/icmp_extension.h | 3 +-- include/tins/icmpv6.h | 7 +++---- include/tins/ip.h | 3 +-- include/tins/ipv6.h | 3 +-- include/tins/llc.h | 3 +-- include/tins/pppoe.h | 3 +-- include/tins/tcp.h | 4 +--- src/dhcp.cpp | 1 - src/dns.cpp | 1 - src/dot11/dot11_base.cpp | 4 ++-- src/ip.cpp | 1 - tests/src/dns_test.cpp | 4 ++-- 16 files changed, 19 insertions(+), 35 deletions(-) diff --git a/include/tins/dhcp.h b/include/tins/dhcp.h index 7fe33d1..d0dc07d 100644 --- a/include/tins/dhcp.h +++ b/include/tins/dhcp.h @@ -30,7 +30,6 @@ #ifndef TINS_DHCP_H #define TINS_DHCP_H -#include #include #include #include "bootp.h" @@ -170,7 +169,7 @@ public: /** * The type used to store the DHCP options. */ - typedef std::list