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

Move routing related functions into their own header file

This commit is contained in:
Matias Fontanini
2017-04-30 12:32:16 -07:00
parent 2453e57436
commit f764f68e9c
6 changed files with 581 additions and 472 deletions

View File

@@ -31,7 +31,6 @@
#include <vector>
#include <cstring>
#include "macros.h"
#include "utils.h"
#ifndef _WIN32
#include <netinet/in.h>
#if defined(BSD) || defined(__FreeBSD_kernel__)
@@ -52,6 +51,7 @@
#include "network_interface.h"
#include "endianness.h"
#include "exceptions.h"
#include "utils/routing_utils.h"
using std::string;
using std::wstring;