diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 01:51:56 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-15 01:51:56 +0000 |
commit | cda985e1912d6f09a21bc84660dca4c3efdcb939 (patch) | |
tree | a1c2f7a5386b16416faf98e3778fa5b4a1f98314 /lib/Debugger/SourceFile.cpp | |
parent | c29befb554c025da801737bc86a8215d1dc6038c (diff) |
For PR351:
* Remove #inclusion of FileUtilities.h, not needed any more.
* Convert getUniqueFilename -> sys::Pat::makeUnique()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18948 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger/SourceFile.cpp')
-rw-r--r-- | lib/Debugger/SourceFile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Debugger/SourceFile.cpp b/lib/Debugger/SourceFile.cpp index 9dc0a9616f..da2d3475df 100644 --- a/lib/Debugger/SourceFile.cpp +++ b/lib/Debugger/SourceFile.cpp @@ -13,7 +13,6 @@ #include "llvm/Debugger/SourceFile.h" #include "llvm/Support/SlowOperationInformer.h" -#include "llvm/Support/FileUtilities.h" #include <iostream> #include <cerrno> #include <fcntl.h> |