mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
bifcl: Fix header include guards
This commit is contained in:
parent
c60bd14d56
commit
7009f1dda6
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef bif_arg_h
|
||||
#define bif_arg_h
|
||||
#pragma once
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -47,5 +46,3 @@ protected:
|
|||
const char* type_str;
|
||||
const char* attr_str;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
// These functions are used by both Zeek and bifcl.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue