From a2495d028e2f172ee4fb920c9550a7a29ff1b2a3 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 7 Oct 2024 14:16:13 -0700 Subject: [PATCH] renamed script optimization Attrs.h header to prepare for factoring large Compile.h --- src/script_opt/CPP/{Attrs.h => AttrExprType.h} | 0 src/script_opt/CPP/InitsInfo.cc | 2 +- src/script_opt/CPP/RuntimeInitSupport.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/script_opt/CPP/{Attrs.h => AttrExprType.h} (100%) diff --git a/src/script_opt/CPP/Attrs.h b/src/script_opt/CPP/AttrExprType.h similarity index 100% rename from src/script_opt/CPP/Attrs.h rename to src/script_opt/CPP/AttrExprType.h diff --git a/src/script_opt/CPP/InitsInfo.cc b/src/script_opt/CPP/InitsInfo.cc index b28a7f9b66..6006b7bda0 100644 --- a/src/script_opt/CPP/InitsInfo.cc +++ b/src/script_opt/CPP/InitsInfo.cc @@ -5,7 +5,7 @@ #include "zeek/Desc.h" #include "zeek/RE.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/RuntimeInits.h" diff --git a/src/script_opt/CPP/RuntimeInitSupport.h b/src/script_opt/CPP/RuntimeInitSupport.h index 33625ea613..3f50e9f7e9 100644 --- a/src/script_opt/CPP/RuntimeInitSupport.h +++ b/src/script_opt/CPP/RuntimeInitSupport.h @@ -5,7 +5,7 @@ #pragma once #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" namespace zeek {