Remove separate Tag types, note breaking change in NEWS

This commit is contained in:
Tim Wojtulewicz 2021-12-03 11:35:15 -07:00
parent e7412e257f
commit acb5e5dd26
11 changed files with 16 additions and 765 deletions

View file

@ -3,7 +3,7 @@
#include <sys/types.h> // for u_char
#include <string>
#include "zeek/analyzer/Tag.h"
#include "zeek/Tag.h"
namespace zeek::detail
{