Stylistic tweak.
[oota-llvm.git] / lib / VMCore / LeaksContext.h
index abff090b87963ff4701cd50863b73d9f3db5b054..faf3e952c854cb0455230b9109b43b9131eff97c 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Value.h"
 #include "llvm/ADT/SmallPtrSet.h"
-using namespace llvm;
+#include "llvm/Value.h"
+
+namespace llvm {
 
 template <class T>
 struct PrinterTrait {
@@ -87,3 +88,5 @@ private:
   const T* Cache;
   const char* Name;
 };
+
+}