1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 12:14:26 +01:00

Modified some file names.

This commit is contained in:
Matias Fontanini
2012-09-10 10:31:00 -03:00
parent c49fbe9929
commit e945ced307
23 changed files with 412 additions and 355 deletions

View File

@@ -29,8 +29,8 @@
#include <set>
#include <fstream>
#include <stdint.h>
#include "ipaddress.h"
#include "hwaddress.h"
#include "ip_address.h"
#include "hw_address.h"
namespace Tins {
class NetworkInterface;