Prefix #includes of .bif.h files with zeek/

This enables locating the headers within the install-tree using the
dirs provided by `zeek-config --include_dir`.

To enable locating these headers within the build-tree, this change also
creates a 'build/src/include/zeek -> ..' symlink.
This commit is contained in:
Jon Siwek 2021-02-02 19:13:51 -08:00
parent c348ab7916
commit c44cbe1feb
144 changed files with 239 additions and 231 deletions

View file

@ -21,10 +21,10 @@
#include "zeek/SerializationFormat.h"
#include "zeek/RunState.h"
#include "broker/comm.bif.h"
#include "broker/data.bif.h"
#include "broker/messaging.bif.h"
#include "broker/store.bif.h"
#include "zeek/broker/comm.bif.h"
#include "zeek/broker/data.bif.h"
#include "zeek/broker/messaging.bif.h"
#include "zeek/broker/store.bif.h"
using namespace std;