mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove other using statements from headers
This commit is contained in:
parent
eb010290eb
commit
a525f9532e
22 changed files with 123 additions and 171 deletions
|
@ -6,8 +6,6 @@
|
|||
|
||||
#include <sys/types.h> // for u_char
|
||||
|
||||
using std::string;
|
||||
|
||||
class Rule;
|
||||
class RuleEndpointState;
|
||||
|
||||
|
@ -50,7 +48,7 @@ public:
|
|||
|
||||
void PrintDebug() override;
|
||||
|
||||
string GetMIME() const
|
||||
std::string GetMIME() const
|
||||
{ return mime; }
|
||||
|
||||
int GetStrength() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue