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/ProgramInfo.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/ProgramInfo.cpp')
-rw-r--r-- | lib/Debugger/ProgramInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Debugger/ProgramInfo.cpp b/lib/Debugger/ProgramInfo.cpp index c0d85f97e4..17175c4e4c 100644 --- a/lib/Debugger/ProgramInfo.cpp +++ b/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> |