1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25:57 +01:00

Remove unused cassert header inclusions

This commit is contained in:
Matias Fontanini
2015-12-27 04:38:31 -08:00
parent 31ca9a6cc8
commit 38239be472
26 changed files with 0 additions and 60 deletions

View File

@@ -30,7 +30,6 @@
#include "dot11/dot11_assoc.h"
#ifdef HAVE_DOT11
#include <cassert>
#include <cstring>
#include "memory_helpers.h"

View File

@@ -30,7 +30,6 @@
#include "dot11/dot11_auth.h"
#ifdef HAVE_DOT11
#include <cassert>
#include <cstring>
#include "memory_helpers.h"

View File

@@ -31,7 +31,6 @@
#ifdef HAVE_DOT11
#include <cassert>
#include <cstring>
#include <stdexcept>
#include <algorithm>

View File

@@ -31,7 +31,6 @@
#ifdef HAVE_DOT11
#include <cstring>
#include <cassert>
#include "memory_helpers.h"
using Tins::Memory::InputMemoryStream;

View File

@@ -30,7 +30,6 @@
#include "dot11/dot11_control.h"
#ifdef HAVE_DOT11
#include <cassert>
#include <cstring>
#include "memory_helpers.h"

View File

@@ -31,7 +31,6 @@
#ifdef HAVE_DOT11
#include <cstring>
#include <cassert>
#include "rawpdu.h"
#include "snap.h"
#include "memory_helpers.h"

View File

@@ -32,7 +32,6 @@
#ifdef HAVE_DOT11
#include <cstring>
#include <cassert>
#include "memory_helpers.h"
using Tins::Memory::InputMemoryStream;

View File

@@ -27,9 +27,6 @@
*
*/
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <cstring>
#include <stdexcept>
#include <algorithm>

View File

@@ -28,9 +28,6 @@
*/
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <stdexcept>
#include <algorithm>
#include "eapol.h"

View File

@@ -27,9 +27,6 @@
*
*/
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <cstring>
#include <stdexcept>
#include <algorithm>

View File

@@ -29,9 +29,6 @@
#include <stdexcept>
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#ifndef _WIN32
#include <netinet/in.h>
#endif

View File

@@ -27,9 +27,6 @@
*
*/
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <cstring>
#include "icmpv6.h"
#include "ipv6.h"

View File

@@ -29,9 +29,6 @@
#include <stdexcept>
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <algorithm>
#ifndef _WIN32
#include <netdb.h>

View File

@@ -28,9 +28,6 @@
*/
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#ifndef _WIN32
#include <netinet/in.h>
#include <sys/socket.h>

View File

@@ -29,9 +29,6 @@
#include <stdexcept>
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include "llc.h"
#include "stp.h"
#include "rawpdu.h"

View File

@@ -38,9 +38,6 @@
#include <ws2tcpip.h>
#endif
#include <stdexcept>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <cstring>
#include "loopback.h"
#include "packet_sender.h"

View File

@@ -27,9 +27,6 @@
*
*/
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include "pdu.h"
#include "rawpdu.h"
#include "packet_sender.h"

View File

@@ -27,9 +27,6 @@
*
*/
#ifdef TINS_DEBUG
#include <cassert>
#endif // TINS_DEBUG
#include <algorithm>
#include <cstring>
#include <pcap.h>

View File

@@ -27,9 +27,6 @@
*
*/
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <cstring>
#include "pppoe.h"
#include "rawpdu.h"

View File

@@ -32,9 +32,6 @@
#ifdef HAVE_DOT11
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <stdexcept>
#include "macros.h"
#ifndef _WIN32

View File

@@ -27,9 +27,6 @@
*
*/
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <algorithm>
#include "rawpdu.h"
#include "memory_helpers.h"

View File

@@ -28,9 +28,6 @@
*/
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <stdexcept>
#ifndef _WIN32
#include <sys/types.h>

View File

@@ -28,9 +28,6 @@
*/
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <algorithm>
#include "stp.h"
#include "exceptions.h"

View File

@@ -29,7 +29,6 @@
#include <cstring>
#include <algorithm>
#include <cassert>
#include "tcp.h"
#include "ip.h"
#include "ipv6.h"

View File

@@ -28,9 +28,6 @@
*/
#include <stdexcept>
#ifdef TINS_DEBUG
#include <cassert>
#endif
#include <cstring>
#include "udp.h"
#include "constants.h"

View File

@@ -30,7 +30,6 @@
#include <stdexcept>
#include <sstream>
#include <memory>
#include <cassert>
#include <cstring>
#include "utils.h"
#ifndef _WIN32