From 46f46e780344d61446816fbb61a6e760ed68bf7f Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 29 Nov 2021 13:17:46 -0800 Subject: [PATCH] clang-format issue --- src/script_opt/CPP/Util.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/script_opt/CPP/Util.cc b/src/script_opt/CPP/Util.cc index f41f225a41..8c6e6d0a91 100644 --- a/src/script_opt/CPP/Util.cc +++ b/src/script_opt/CPP/Util.cc @@ -1,12 +1,13 @@ // See the file "COPYING" in the main distribution directory for copyright. -#include "zeek/script_opt/StmtOptInfo.h" #include "zeek/script_opt/CPP/Util.h" #include #include #include +#include "zeek/script_opt/StmtOptInfo.h" + namespace zeek::detail {