1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Remove useless stdexcept includes

This commit is contained in:
Matias Fontanini
2017-04-30 10:31:11 -07:00
parent c50c4c105c
commit 6f32a1982a
6 changed files with 0 additions and 6 deletions

View File

@@ -31,7 +31,6 @@
#define TINS_IPV6_h
#include <list>
#include <stdexcept>
#include "macros.h"
#include "pdu.h"
#include "endianness.h"

View File

@@ -31,7 +31,6 @@
#define TINS_IPV6_ADDRESS
#include <string>
#include <stdexcept>
#include <iosfwd>
#include <stdint.h>
#include "cxxstd.h"

View File

@@ -32,7 +32,6 @@
#include <string>
#include <stdexcept>
#include <vector>
#include <stdint.h>
#include <map>

View File

@@ -32,7 +32,6 @@
#include "utils.h"
#include <string>
#include <iterator>
#include "macros.h"
#include "cxxstd.h"

View File

@@ -33,7 +33,6 @@
#include <string>
#include <memory>
#include <stdexcept>
#include <iterator>
#include "pdu.h"
#include "packet.h"

View File

@@ -34,7 +34,6 @@
#include <list>
#include <vector>
#include <stdint.h>
#include <stdexcept>
#include <utility>
#include "pdu.h"
#include "macros.h"