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 | 9329172767304f9f3e3df60e253d804e2a92361c (patch) | |
| tree | a8478112e9cf3ef5c35458aca3f8a50860dae294 /llvm/lib/Debugger/SourceFile.cpp | |
| parent | f66d93239e0c2d6aadda89e8b0e5890200700422 (diff) | |
| download | bcm5719-llvm-9329172767304f9f3e3df60e253d804e2a92361c.tar.gz bcm5719-llvm-9329172767304f9f3e3df60e253d804e2a92361c.zip | |
For PR351:
* Remove #inclusion of FileUtilities.h, not needed any more.
* Convert getUniqueFilename -> sys::Pat::makeUnique()
llvm-svn: 18948
Diffstat (limited to 'llvm/lib/Debugger/SourceFile.cpp')
| -rw-r--r-- | llvm/lib/Debugger/SourceFile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Debugger/SourceFile.cpp b/llvm/lib/Debugger/SourceFile.cpp index 9dc0a9616f5..da2d3475df5 100644 --- a/llvm/lib/Debugger/SourceFile.cpp +++ b/llvm/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> |

