diff --git a/dev-scripts/templates/check.cpp b/dev-scripts/templates/check.cpp index 669be707..36cb3f6d 100644 --- a/dev-scripts/templates/check.cpp +++ b/dev-scripts/templates/check.cpp @@ -13,7 +13,6 @@ #include using namespace clang; -using namespace std; %2::%2(const std::string &name, ClazyContext *context) : CheckBase(name, context)