summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Program.inc
diff options
context:
space:
mode:
authorKristof Beyls <kristof.beyls@arm.com>2017-03-31 14:26:44 +0000
committerKristof Beyls <kristof.beyls@arm.com>2017-03-31 14:26:44 +0000
commita11dbf2c90e0a4926e5ac3d0799be4603e15ae32 (patch)
tree895d52180e1264a98b395b9dc1ee0e79b8554d49 /llvm/lib/Support/Windows/Program.inc
parent1cdbfe44b12c54188dba1e989ac89411243d6074 (diff)
downloadbcm5719-llvm-a11dbf2c90e0a4926e5ac3d0799be4603e15ae32.tar.gz
bcm5719-llvm-a11dbf2c90e0a4926e5ac3d0799be4603e15ae32.zip
Remove more name space pollution from .inc files
llvm-svn: 299222
Diffstat (limited to 'llvm/lib/Support/Windows/Program.inc')
-rw-r--r--llvm/lib/Support/Windows/Program.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Program.inc b/llvm/lib/Support/Windows/Program.inc
index 78fc538bd9b..721167da5b1 100644
--- a/llvm/lib/Support/Windows/Program.inc
+++ b/llvm/lib/Support/Windows/Program.inc
@@ -29,7 +29,6 @@
//===----------------------------------------------------------------------===//
namespace llvm {
-using namespace sys;
ProcessInfo::ProcessInfo() : ProcessHandle(0), Pid(0), ReturnCode(0) {}
OpenPOWER on IntegriCloud