From 2cdd21c2e4d855500dfb53f77aa74da53ccf9de6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Dec 2003 21:35:53 +0000 Subject: Finegrainify namespacification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10464 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/PluginLoader.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Support/PluginLoader.cpp') diff --git a/lib/Support/PluginLoader.cpp b/lib/Support/PluginLoader.cpp index 1729bb3365..be8833d009 100644 --- a/lib/Support/PluginLoader.cpp +++ b/lib/Support/PluginLoader.cpp @@ -22,8 +22,7 @@ #include "Config/dlfcn.h" #include "Config/link.h" #include - -namespace llvm { +using namespace llvm; namespace { struct PluginLoader { @@ -40,5 +39,3 @@ namespace { static cl::opt > LoadOpt("load", cl::ZeroOrMore, cl::value_desc("plugin.so"), cl::desc("Load the specified plugin")); - -} // End llvm namespace -- cgit v1.2.3-18-g5258