1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 12:44:25 +01:00

Move helpers for address types in internals.h to their own header

This commit is contained in:
Matias Fontanini
2017-04-30 10:21:26 -07:00
parent af325f00d9
commit ac69278676
7 changed files with 187 additions and 91 deletions

View File

@@ -39,6 +39,7 @@
#include "ip_address.h"
#include "endianness.h"
#include "address_range.h"
#include "exceptions.h"
using std::string;
using std::ostringstream;