Remove other using statements from headers

This commit is contained in:
Tim Wojtulewicz 2020-04-07 13:14:17 -07:00
parent eb010290eb
commit a525f9532e
22 changed files with 123 additions and 171 deletions

View file

@ -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