Remove the inclusion of Func.h from NetVar.h, which reduces the inclusion of Func.h overall.

This commit is contained in:
Tim Wojtulewicz 2020-05-22 14:39:23 -07:00
parent 5bcdc46272
commit ea3c679101
10 changed files with 23 additions and 14 deletions

View file

@ -1,5 +1,7 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include <errno.h>
#include "Net.h"
#include "NetVar.h"
#include "analyzer/protocol/tcp/TCP.h"