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 {