mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 04:11:35 +01:00
Improved compile time using forward declarations and removing useless includes.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
#include <iostream>
|
||||
#ifndef WIN32
|
||||
#include <net/ethernet.h>
|
||||
#include <netpacket/packet.h>
|
||||
@@ -33,8 +32,8 @@
|
||||
#include "dot11.h"
|
||||
#include "rawpdu.h"
|
||||
#include "radiotap.h"
|
||||
#include "sniffer.h"
|
||||
#include "rsn_information.h"
|
||||
#include "packetsender.h"
|
||||
#include "snap.h"
|
||||
|
||||
using std::pair;
|
||||
|
||||
Reference in New Issue
Block a user