Merge remote-tracking branch 'origin/master' into topic/johanna/243

This commit is contained in:
Johanna Amann 2019-05-20 10:14:11 -07:00
commit 824ccde6fc
1222 changed files with 2435 additions and 2096 deletions

View file

@ -3,7 +3,7 @@
#ifndef LOGGING_TAG_H
#define LOGGING_TAG_H
#include "bro-config.h"
#include "zeek-config.h"
#include "util.h"
#include "../Tag.h"
#include "plugin/TaggedComponent.h"

View file

@ -1,6 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "bro-config.h"
#include "zeek-config.h"
#include <string>
#include <errno.h>

View file

@ -5,7 +5,7 @@
#ifndef LOGGING_WRITER_SQLITE_H
#define LOGGING_WRITER_SQLITE_H
#include "bro-config.h"
#include "zeek-config.h"
#include "logging/WriterBackend.h"
#include "threading/formatters/Ascii.h"