diff --git a/tools/bifcl/include/bif_arg.h b/tools/bifcl/include/bif_arg.h index 906cfd9c6a..4edf23344a 100644 --- a/tools/bifcl/include/bif_arg.h +++ b/tools/bifcl/include/bif_arg.h @@ -1,5 +1,4 @@ -#ifndef bif_arg_h -#define bif_arg_h +#pragma once #include @@ -47,5 +46,3 @@ protected: const char* type_str; const char* attr_str; }; - -#endif diff --git a/tools/bifcl/include/module_util.h b/tools/bifcl/include/module_util.h index 8475c86f9d..fa5f24964f 100644 --- a/tools/bifcl/include/module_util.h +++ b/tools/bifcl/include/module_util.h @@ -2,6 +2,8 @@ // These functions are used by both Zeek and bifcl. // +#pragma once + #include using namespace std;