Remove 'using namespace llvm' from the USRFinder.h header

This should fix the modules build
(http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules-2/).

llvm-svn: 307905
This commit is contained in:
Alex Lorenz 2017-07-13 11:27:12 +00:00
parent c452175642
commit 10db8ce290
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
#include <string>
#include <vector>
using namespace llvm;
namespace clang {
class ASTContext;