mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
GH-1079: Use full paths starting with zeek/ when including files
This commit is contained in:
parent
78fc5615a5
commit
96d9115360
640 changed files with 2708 additions and 2698 deletions
|
@ -1,12 +1,13 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include <string>
|
||||
#include <fcntl.h>
|
||||
#include "zeek/file_analysis/analyzer/extract/Extract.h"
|
||||
|
||||
#include "Extract.h"
|
||||
#include "util.h"
|
||||
#include "Event.h"
|
||||
#include "file_analysis/Manager.h"
|
||||
#include <fcntl.h>
|
||||
#include <string>
|
||||
|
||||
#include "zeek/util.h"
|
||||
#include "zeek/Event.h"
|
||||
#include "zeek/file_analysis/Manager.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "Val.h"
|
||||
#include "File.h"
|
||||
#include "Analyzer.h"
|
||||
#include "zeek/Val.h"
|
||||
#include "zeek/file_analysis/File.h"
|
||||
#include "zeek/file_analysis/Analyzer.h"
|
||||
|
||||
#include "analyzer/extract/events.bif.h"
|
||||
#include "file_analysis/analyzer/extract/events.bif.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// See the file in the main distribution directory for copyright.
|
||||
|
||||
#include "Extract.h"
|
||||
#include "plugin/Plugin.h"
|
||||
#include "file_analysis/Component.h"
|
||||
#include "zeek/plugin/Plugin.h"
|
||||
#include "zeek/file_analysis/Component.h"
|
||||
#include "zeek/file_analysis/analyzer/extract/Extract.h"
|
||||
|
||||
namespace zeek::plugin::detail::Zeek_FileExtract {
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
module FileExtract;
|
||||
|
||||
%%{
|
||||
#include "file_analysis/Manager.h"
|
||||
#include "zeek/zeek/file_analysis/Manager.h"
|
||||
|
||||
#include "file_analysis/file_analysis.bif.h"
|
||||
%%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue