mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -26,7 +26,7 @@
|
|||
#include "zeek/plugin/Plugin.h"
|
||||
#include "zeek/plugin/Manager.h"
|
||||
|
||||
#include "logging.bif.h"
|
||||
#include "logging/logging.bif.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "zeek/logging/Manager.h"
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "ascii.bif.h"
|
||||
#include "logging/writers/ascii/ascii.bif.h"
|
||||
|
||||
using namespace std;
|
||||
using zeek::threading::Value;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
#include "none.bif.h"
|
||||
#include "logging/writers/none/none.bif.h"
|
||||
|
||||
namespace zeek::logging::writer::detail {
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "sqlite.bif.h"
|
||||
#include "logging/writers/sqlite/sqlite.bif.h"
|
||||
|
||||
using namespace std;
|
||||
using zeek::threading::Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue