1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 12:14:26 +01:00

Removed useless include directives from ip.cpp and ipv6.cpp.

This commit is contained in:
Matias Fontanini
2013-11-04 23:31:46 -03:00
parent 5345b29f8c
commit 93ab8d3b91
3 changed files with 30 additions and 40 deletions

View File

@@ -41,11 +41,6 @@
#include "ipv6.h"
#include "constants.h"
#include "packet_sender.h"
#include "ip.h"
#include "tcp.h"
#include "udp.h"
#include "icmp.h"
#include "icmpv6.h"
#include "rawpdu.h"
#include "exceptions.h"
#include "pdu_allocator.h"