1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-25 11:41:35 +01:00

Move is_dot3 into details/pdu_helpers.h

This commit is contained in:
Matias Fontanini
2017-04-30 16:46:28 -07:00
parent a20f9d3e81
commit fe38bba477
6 changed files with 7 additions and 8 deletions

View File

@@ -48,7 +48,6 @@
#include "ipv6.h"
#include "arp.h"
#include "constants.h"
#include "internals.h"
#include "exceptions.h"
#include "memory_helpers.h"
#include "detail/pdu_helpers.h"