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/ProgramInfo.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/ProgramInfo.cpp')
-rw-r--r-- | llvm/lib/Debugger/ProgramInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Debugger/ProgramInfo.cpp b/llvm/lib/Debugger/ProgramInfo.cpp index c0d85f97e45..17175c4e4cf 100644 --- a/llvm/lib/Debugger/ProgramInfo.cpp +++ b/llvm/lib/Debugger/ProgramInfo.cpp @@ -20,7 +20,6 @@ #include "llvm/Module.h" #include "llvm/Debugger/SourceFile.h" #include "llvm/Debugger/SourceLanguage.h" -#include "llvm/Support/FileUtilities.h" #include "llvm/Support/SlowOperationInformer.h" #include "llvm/ADT/STLExtras.h" #include <iostream> |