mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 04:34:27 +01:00
Don't include heavy STL headers like <algorithm> in header files
This provides a considerable compilation time reduction and most of these were just using std::copy/fill which can be replaced by memcpy/memset, as all of their uses were applied to POD types
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
#ifdef TINS_HAVE_DOT11
|
||||
|
||||
#include <algorithm>
|
||||
#include "dot11/dot11_data.h"
|
||||
|
||||
using std::max_element;
|
||||
|
||||
Reference in New Issue
Block a user