diff --git a/src/script_opt/CPP/RuntimeInits.cc b/src/script_opt/CPP/RuntimeInits.cc index ef795f4942..739ed9a4d9 100644 --- a/src/script_opt/CPP/RuntimeInits.cc +++ b/src/script_opt/CPP/RuntimeInits.cc @@ -1,12 +1,12 @@ // See the file "COPYING" in the main distribution directory for copyright. -#include "zeek/script_opt/CPP/RunTimeInits.h" +#include "zeek/script_opt/CPP/RuntimeInits.h" #include "zeek/Desc.h" #include "zeek/File.h" #include "zeek/RE.h" #include "zeek/ZeekString.h" -#include "zeek/script_opt/CPP/RunTimeInitSupport.h" +#include "zeek/script_opt/CPP/RuntimeInitSupport.h" using namespace std;