Spicy
all.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 #include <hilti/ast/ctors/all.h>
6 #include <hilti/ast/declarations/all.h>
7 #include <hilti/ast/expressions/all.h>
8 #include <hilti/ast/operators/all.h>
9 #include <hilti/ast/statements/all.h>
10 #include <hilti/ast/types/all.h>