From: Kristof Beyls Date: Fri, 31 Mar 2017 13:48:21 +0000 (+0000) Subject: Do not pollute the namespace in a header file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c48d9ec4d9cfec2955b5491e18c49dddbf511f0;p=llvm Do not pollute the namespace in a header file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/Process.inc b/lib/Support/Windows/Process.inc index 8d646b3217a..18aef610d54 100644 --- a/lib/Support/Windows/Process.inc +++ b/lib/Support/Windows/Process.inc @@ -47,7 +47,6 @@ #endif using namespace llvm; -using namespace sys; // This function retrieves the page size using GetNativeSystemInfo() and is // present solely so it can be called once to initialize the self_process member