Val: forward-declare class PDict, reduce includes

This commit is contained in:
Max Kellermann 2020-02-11 10:32:46 +01:00
parent dfac4572e7
commit 4aac78cf29
6 changed files with 14 additions and 2 deletions

View file

@ -3,6 +3,7 @@
#include "zeek-config.h"
#include "CompHash.h"
#include "Dict.h"
#include "Val.h"
#include "Reporter.h"
#include "Func.h"