mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
renamed script optimization Attrs.h header to prepare for factoring large Compile.h
This commit is contained in:
parent
64de2dbf31
commit
a2495d028e
3 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include "zeek/Desc.h"
|
#include "zeek/Desc.h"
|
||||||
#include "zeek/RE.h"
|
#include "zeek/RE.h"
|
||||||
#include "zeek/ZeekString.h"
|
#include "zeek/ZeekString.h"
|
||||||
#include "zeek/script_opt/CPP/Attrs.h"
|
#include "zeek/script_opt/CPP/AttrExprType.h"
|
||||||
#include "zeek/script_opt/CPP/Compile.h"
|
#include "zeek/script_opt/CPP/Compile.h"
|
||||||
#include "zeek/script_opt/CPP/RuntimeInits.h"
|
#include "zeek/script_opt/CPP/RuntimeInits.h"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "zeek/Val.h"
|
#include "zeek/Val.h"
|
||||||
#include "zeek/script_opt/CPP/Attrs.h"
|
#include "zeek/script_opt/CPP/AttrExprType.h"
|
||||||
#include "zeek/script_opt/CPP/Func.h"
|
#include "zeek/script_opt/CPP/Func.h"
|
||||||
|
|
||||||
namespace zeek {
|
namespace zeek {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue