mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 19:51:34 +01:00
Improved compile time using forward declarations and removing useless includes.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include <stdexcept>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
@@ -36,6 +35,7 @@
|
||||
#include "icmp.h"
|
||||
#include "arp.h"
|
||||
#include "endianness.h"
|
||||
#include "network_interface.h"
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user