From ff74ac103d0943837c5ec90dd1f827902c699a7f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Jul 2006 18:10:59 +0000 Subject: #include not git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29061 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/Path.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/llvm/System') diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index bd3a5df..14250b5 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -18,7 +18,7 @@ #include #include #include -#include +#include namespace llvm { namespace sys { @@ -567,10 +567,7 @@ namespace sys { void CopyFile(const Path& Dest, const Path& Src); } -inline std::ostream& operator<<(std::ostream& strm, const sys::Path& aPath) { - strm << aPath.toString(); - return strm; -} +std::ostream& operator<<(std::ostream& strm, const sys::Path& aPath); } -- cgit v1.1