// See the file "COPYING" in the main distribution directory for copyright. #pragma once #include "zeek/List.h" namespace zeek { namespace detail { class Expr; class ID; class Stmt; class Attr; class Timer; } // namespace detail class Val; class Type; using ValPList = PList; using ExprPList = PList; using TypePList = PList; using AttrPList = PList; using TimerPList = PList; } // namespace zeek