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

Move utils.h implementations to utils.cpp

This commit is contained in:
Matias Fontanini
2016-01-24 14:13:34 -08:00
parent d7df3a449e
commit 0cf3dd3342
13 changed files with 36 additions and 30 deletions

View File

@@ -31,6 +31,7 @@
#include <vector>
#include <cstring>
#include "macros.h"
#include "utils.h"
#ifndef _WIN32
#include <netinet/in.h>
#if defined(BSD) || defined(__FreeBSD_kernel__)
@@ -45,9 +46,9 @@
#else
#include <winsock2.h>
#include <iphlpapi.h>
#undef interface
#endif
#include "network_interface.h"
#include "utils.h"
#include "endianness.h"
#include "exceptions.h"