mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Fix includes of bif.h and _pac.h files to use full paths inside build directory
This commit is contained in:
parent
133ab55c91
commit
5589484f26
135 changed files with 208 additions and 209 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "ascii.bif.h"
|
||||
#include "input/readers/ascii/ascii.bif.h"
|
||||
|
||||
using namespace std;
|
||||
using zeek::threading::Value;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "zeek/threading/SerialTypes.h"
|
||||
#include "zeek/threading/Manager.h"
|
||||
|
||||
#include "benchmark.bif.h"
|
||||
#include "input/readers/benchmark/benchmark.bif.h"
|
||||
|
||||
using threading::Value;
|
||||
using threading::Field;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "zeek/input/Manager.h"
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "config.bif.h"
|
||||
#include "input/readers/config/config.bif.h"
|
||||
|
||||
using zeek::threading::Value;
|
||||
using zeek::threading::Field;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue