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:
@@ -24,7 +24,6 @@
|
||||
#include "endianness.h"
|
||||
#include "dhcp.h"
|
||||
#include "ethernetII.h"
|
||||
#include "ipaddress.h"
|
||||
|
||||
using std::string;
|
||||
using std::list;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
#include "dns.h"
|
||||
#include "ipaddress.h"
|
||||
#include "ip_address.h"
|
||||
|
||||
using std::string;
|
||||
using std::list;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <stdexcept>
|
||||
#include <sstream>
|
||||
#include "ipaddress.h"
|
||||
#include "ip_address.h"
|
||||
#include "endianness.h"
|
||||
|
||||
using std::string;
|
||||
Reference in New Issue
Block a user