1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 10:45:57 +01:00

Use absolute include paths

Fixes #250
This commit is contained in:
Matias Fontanini
2017-09-21 20:48:57 -07:00
parent a7dd867503
commit a6817528bc
220 changed files with 917 additions and 919 deletions

View File

@@ -27,7 +27,7 @@
*
*/
#include "utils/routing_utils.h"
#include <tins/utils/routing_utils.h>
#ifndef _WIN32
#if defined(BSD) || defined(__FreeBSD_kernel__)
#include <sys/socket.h>
@@ -55,8 +55,8 @@
#endif
#include <set>
#include <fstream>
#include "network_interface.h"
#include "exceptions.h"
#include <tins/network_interface.h>
#include <tins/exceptions.h>
using std::vector;
using std::string;