1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 20:24: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

@@ -42,10 +42,6 @@
#include <winsock2.h>
#endif
#include "ip.h"
#include "ipv6.h"
#include "tcp.h"
#include "udp.h"
#include "icmp.h"
#include "rawpdu.h"
#include "utils.h"
#include "packet_sender.h"